Skip to content
Snippets Groups Projects
Commit 6b447337 authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

DB: NotificationContents Column change

parent 98ac2878
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<column name="CAPTION" type="VARCHAR(512)"/>
<column name="CREATIONDATE" type="BIGINT"/>
<column name="DESCRIPTION" type="VARCHAR(1023)"/>
<column name="FORCEDPRIORITY" type="INTEGER"/>
<column name="FORCEDPRIORITY" type="VARCHAR(15)"/>
<column name="ICON_INFO" type="VARCHAR(1023)"/>
<column name="LIFETIME" type="BIGINT"/>
<column name="LINK_INFO" type="VARCHAR(1023)"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment