Skip to content

Commit

Permalink
fix: flyway 문제 발생 해결 (#440)
Browse files Browse the repository at this point in the history
* fix: flyway 14버전 스크립트 수정

* fix: flyway 14버전을 문제 해결까지 포함하는 스크립트로 수정
  • Loading branch information
JJ503 authored and swonny committed Oct 6, 2023
1 parent 367a847 commit 7e39108
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 7e39108

Please sign in to comment.