Skip to content

Commit 611608d

Browse files
committed
CLAP-287 Fix : Flyway script 작성
1 parent b3e205a commit 611608d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
alter table task
2+
modify task_status enum ('COMPLETED', 'IN_PROGRESS', 'IN_REVIEWING', 'REQUESTED', 'TERMINATED') not null;

0 commit comments

Comments
 (0)