Fix Oracle DB

This commit is contained in:
mposolda 2016-08-02 16:41:52 +02:00
parent 7f08717dfb
commit 9242e972c0

View file

@ -159,7 +159,7 @@
<column name="NAME" type="VARCHAR(255)">
<constraints nullable="false"/>
</column>
<column name="VALUE" type="VARCHAR(4096)"/>
<column name="VALUE" type="VARCHAR(4000)"/>
</createTable>
<createTable tableName="COMPONENT">
<column name="ID" type="VARCHAR(36)">