From 088c012f1eebd06971f4c35c48fe61c79dce016f Mon Sep 17 00:00:00 2001 From: somsom13 Date: Thu, 19 Oct 2023 21:43:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20voting=5Fsong=5Fpart=20=ED=85=8C?= =?UTF-8?q?=EC=9D=B4=EB=B8=94=20=EC=82=AD=EC=A0=9C=20=EC=8A=A4=ED=82=A4?= =?UTF-8?q?=EB=A7=88=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/dev/schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/main/resources/dev/schema.sql b/backend/src/main/resources/dev/schema.sql index 6d216c192..6b6b67c77 100644 --- a/backend/src/main/resources/dev/schema.sql +++ b/backend/src/main/resources/dev/schema.sql @@ -3,6 +3,7 @@ drop table if exists killing_part; drop table if exists killing_part_like; drop table if exists killing_part_comment; drop table if exists voting_song; +drop table if exists voting_song_part; drop table if exists vote; drop table if exists member;