Skip to content

Commit 820828b

Browse files
committed
CLAP-393 Fix : Notification table task_title 30자 제한으로 수정
1 parent e58eb44 commit 820828b

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 notification
2+
modify task_title varchar(30) not null;

0 commit comments

Comments
 (0)