1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Change calendar_objects.calendardata and contacts_addressbooks.carddata back to clob. Fix for oc-1641.

This commit is contained in:
Thomas Tanghus 2012-09-05 17:23:02 +02:00
parent 1d94d98668
commit f644e832a2

View File

@ -51,6 +51,7 @@
<name>description</name>
<type>text</type>
<notnull>false</notnull>
<length>255</length>
</field>
<field>
@ -109,7 +110,7 @@
<field>
<name>carddata</name>
<type>text</type>
<type>clob</type>
<notnull>false</notnull>
</field>