Skip to content

Commit 22037f8

Browse files
committed
chore: flyway 스크립트 컬럼 오타 수정
1 parent 5c99dc3 commit 22037f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ CREATE INDEX idx_app_user_term_delete
66
ON application(site_user_id, term, is_delete);
77

88
CREATE INDEX idx_app_first_choice_search
9-
ON application(verify_status, term, is_delete, first_choice_university_apply_info_id);
9+
ON application(verify_status, term, is_delete, first_choice_university_info_for_apply_id);
1010

1111
CREATE INDEX idx_app_second_choice_search
12-
ON application(verify_status, term, is_delete, second_choice_university_apply_info_id);
12+
ON application(verify_status, term, is_delete, second_choice_university_info_for_apply_id);
1313

1414
CREATE INDEX idx_app_third_choice_search
15-
ON application(verify_status, term, is_delete, third_choice_university_apply_info_id);
15+
ON application(verify_status, term, is_delete, third_choice_university_info_for_apply_id);

0 commit comments

Comments
 (0)