diff --git a/backend/ddang/src/main/resources/db/migration/V14__alter_chat_room_report_tables.sql b/backend/ddang/src/main/resources/db/migration/V14__alter_chat_room_report_tables.sql index d0c52914e..99b16f353 100644 --- a/backend/ddang/src/main/resources/db/migration/V14__alter_chat_room_report_tables.sql +++ b/backend/ddang/src/main/resources/db/migration/V14__alter_chat_room_report_tables.sql @@ -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);