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