1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

use CURRENT_TIMESTAMP in default column definitions (sqlite, mysql, postgres and oracle DO understand it), change clob columns to text (clob will give sorting and uniqueness problems and in general is not what we want)

This commit is contained in:
jfd 2012-07-30 20:52:11 +02:00 committed by Jörn Friedrich Dreyer
parent a57799bcec
commit 26e6e4e5b7

View File

@ -49,7 +49,7 @@
<field>
<name>description</name>
<type>clob</type>
<type>text</type>
<notnull>false</notnull>
</field>
@ -101,7 +101,7 @@
<field>
<name>carddata</name>
<type>clob</type>
<type>text</type>
<notnull>false</notnull>
</field>