Skip to content

Commit 048cf34

Browse files
committed
CLAP-220 Fix: Label Color Flyway 스크립트 작성
1 parent 070cb4b commit 048cf34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
alter table label
2+
modify label_color enum ('BLUE', 'GREEN', 'GREY', 'ORANGE', 'PURPLE', 'RED', 'YELLOW', 'INDIGO')
3+
not null;

0 commit comments

Comments
 (0)