diff --git a/src/main/resources/db/migration/dev/V20250203227__Modify_Label_Color_From_Label.sql b/src/main/resources/db/migration/dev/V20250203227__Modify_Label_Color_From_Label.sql new file mode 100644 index 00000000..57bfc54e --- /dev/null +++ b/src/main/resources/db/migration/dev/V20250203227__Modify_Label_Color_From_Label.sql @@ -0,0 +1,3 @@ +alter table label + modify label_color enum ('BLUE', 'GREEN', 'GREY', 'ORANGE', 'PURPLE', 'RED', 'YELLOW', 'INDIGO') + not null; \ No newline at end of file