Skip to content

Commit 95bc774

Browse files
committed
refactor: Flyway V13 FK제약조건 유지로 변경
1 parent d2744da commit 95bc774

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/resources/db/migration/V13_add_application_index_and_delete_manny_to_one_mapping.sql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
ALTER TABLE application DROP FOREIGN KEY FKeajojvwgn069mfxhbq5ja1sws;
2-
ALTER TABLE application DROP FOREIGN KEY FKepp2by7frnkt1o1w3v4t4lgtu;
3-
ALTER TABLE application DROP FOREIGN KEY FKi822ljuirbu9o0lnd9jt7l7qg;
4-
51
ALTER TABLE application RENAME COLUMN first_choice_university_id TO first_choice_university_info_for_apply_id;
62
ALTER TABLE application RENAME COLUMN second_choice_university_id TO second_choice_university_info_for_apply_id;
73
ALTER TABLE application RENAME COLUMN third_choice_university_id TO third_choice_university_info_for_apply_id;

0 commit comments

Comments
 (0)