Added the 'is default' column to priorities table.

This commit is contained in:
Istvan Meszaros
2017-06-07 21:37:30 +02:00
parent 0f6453cb26
commit b2b31da80b

View File

@@ -7,6 +7,7 @@
<column name="PRIORITY_NAME" type="varchar(100)" nullable="false"/>
<column name="DESCRIPTION" type="varchar(255)" nullable="false"/>
<column name="ORDERING" type="int" nullable="false"/>
<column name="IS_DEFAULT" type="boolean" nullable="false"/>
<column name="COLOR" type="char(6)" nullable="false"/>
</createTable>