Skip to content

Commit

Permalink
fix: 쪽지 신고 fk 수정 (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ503 authored and swonny committed Oct 6, 2023
1 parent eaebff5 commit 3a697eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
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 3a697eb

Please sign in to comment.