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