diff options
Diffstat (limited to 'schema/changelog-3.17.xml')
-rw-r--r-- | schema/changelog-3.17.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/schema/changelog-3.17.xml b/schema/changelog-3.17.xml index e0b7de10a..5e67fe75d 100644 --- a/schema/changelog-3.17.xml +++ b/schema/changelog-3.17.xml @@ -19,10 +19,13 @@ <column name="name" type="VARCHAR(4000)"> <constraints nullable="false" /> </column> - <column name="start" type="FLOAT" defaultValueNumeric="0"> + <column name="type" type="VARCHAR(128)"> <constraints nullable="false" /> </column> - <column name="lapse" type="FLOAT" defaultValueNumeric="0"> + <column name="start" type="DOUBLE" defaultValueNumeric="0"> + <constraints nullable="false" /> + </column> + <column name="lapse" type="DOUBLE" defaultValueNumeric="0"> <constraints nullable="false" /> </column> <column name="attributes" type="VARCHAR(4000)"> |