From d2a73c414fb82aa39c6970f6991986e0b63195fd Mon Sep 17 00:00:00 2001 From: JJ503 <63184334+JJ503@users.noreply.github.com> Date: Fri, 22 Sep 2023 15:40:42 +0900 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20flyway=2014=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/migration/V14__alter_chat_room_report_tables.sql | 1 - 1 file changed, 1 deletion(-) 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..71dde84e5 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 @@ -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); From 0fe098640029efae4c37e4bf18bca35250a1252d Mon Sep 17 00:00:00 2001 From: JJ503 <63184334+JJ503@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:26:40 +0900 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20flyway=2014=EB=B2=84=EC=A0=84?= =?UTF-8?q?=EC=9D=84=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0=EA=B9=8C?= =?UTF-8?q?=EC=A7=80=20=ED=8F=AC=ED=95=A8=ED=95=98=EB=8A=94=20=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A6=BD=ED=8A=B8=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/migration/V14__alter_chat_room_report_tables.sql | 1 + 1 file changed, 1 insertion(+) 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 71dde84e5..d0c52914e 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 +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); From 9b9458dcaa9ca50683796392d0d5be17f0dba7d2 Mon Sep 17 00:00:00 2001 From: JJ503 <63184334+JJ503@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:29:55 +0900 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20flyway=2014=EB=B2=84=EC=A0=84?= =?UTF-8?q?=EC=9D=84=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0=EA=B9=8C?= =?UTF-8?q?=EC=A7=80=20=ED=8F=AC=ED=95=A8=ED=95=98=EB=8A=94=20=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A6=BD=ED=8A=B8=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/migration/V14__alter_chat_room_report_tables.sql | 1 + 1 file changed, 1 insertion(+) 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);