Skip to content

Commit cf7bf0d

Browse files
committed
GRAD2-3448 - updates flyway version for message_type_code table
1 parent 95e24a3 commit cf7bf0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ALTER TABLE MESSAGE_TYPE_CODE
2+
MODIFY CREATE_USER VARCHAR2(100);
3+
4+
ALTER TABLE MESSAGE_TYPE_CODE
5+
MODIFY UPDATE_USER VARCHAR2(100);

0 commit comments

Comments
 (0)