diff options
Diffstat (limited to 'schema')
-rw-r--r-- | schema/changelog-3.10.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/changelog-3.10.xml b/schema/changelog-3.10.xml index 996b2dc6a..d39b36112 100644 --- a/schema/changelog-3.10.xml +++ b/schema/changelog-3.10.xml @@ -15,7 +15,7 @@ <column name="name" type="VARCHAR(128)"> <constraints nullable="false" /> </column> - <column name="calendardata" type="BLOB"> + <column name="data" type="BLOB"> <constraints nullable="false" /> </column> <column name="attributes" type="VARCHAR(4000)"> |