diff options
Diffstat (limited to 'schema/changelog-5.6.xml')
-rw-r--r-- | schema/changelog-5.6.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/schema/changelog-5.6.xml b/schema/changelog-5.6.xml index 38b206902..dc302c6a4 100644 --- a/schema/changelog-5.6.xml +++ b/schema/changelog-5.6.xml @@ -25,12 +25,6 @@ <column name="calendarid" type="INT"> <constraints nullable="false" /> </column> - <column name="from" type="TIMESTAMP"> - <constraints nullable="false" /> - </column> - <column name="to" type="TIMESTAMP"> - <constraints nullable="false" /> - </column> <column name="attributes" type="VARCHAR(4000)"> <constraints nullable="false" /> </column> |