Skip to content

Commit

Permalink
fix: flyway 14버전을 문제 해결까지 포함하는 스크립트로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ503 committed Sep 22, 2023
1 parent 0fe0986 commit 9b9458d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
alter table chat_room_report drop foreign key fk_chat_room_report_auction;
alter table chat_room_report drop index fk_chat_room_report_auction;
alter table chat_room_report add constraint fk_chat_room_report_chat_room foreign key (chat_room_id) references chat_room (id);

0 comments on commit 9b9458d

Please sign in to comment.