From 8fb43842ac0532f0a232c21f3e50b01b57bc4a16 Mon Sep 17 00:00:00 2001 From: Gyuhyeok99 <126947828+Gyuhyeok99@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:32:47 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=96=B4=ED=95=99=EC=84=B1=EC=A0=81=20?= =?UTF-8?q?=ED=83=80=EC=9E=85=EC=97=90=20=EA=B8=B0=ED=83=80(ETC)=20?= =?UTF-8?q?=EC=98=B5=EC=85=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/migration/V9__add_etc_to_language_test_type_enum.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/resources/db/migration/V9__add_etc_to_language_test_type_enum.sql diff --git a/src/main/resources/db/migration/V9__add_etc_to_language_test_type_enum.sql b/src/main/resources/db/migration/V9__add_etc_to_language_test_type_enum.sql new file mode 100644 index 000000000..a89d06089 --- /dev/null +++ b/src/main/resources/db/migration/V9__add_etc_to_language_test_type_enum.sql @@ -0,0 +1,2 @@ +ALTER TABLE language_test_score + modify language_test_type enum ('CEFR', 'DALF', 'DELF', 'DUOLINGO', 'IELTS', 'JLPT', 'NEW_HSK', 'TCF', 'TEF', 'TOEFL_IBT', 'TOEFL_ITP', 'TOEIC', 'ETC') NOT NULL; \ No newline at end of file