From 26e6e4e5b76a9641b24e1f3a638b81f2c1876094 Mon Sep 17 00:00:00 2001 From: jfd Date: Mon, 30 Jul 2012 20:52:11 +0200 Subject: [PATCH] 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) --- appinfo/database.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/database.xml b/appinfo/database.xml index 7c8268d7..f83a04b8 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -49,7 +49,7 @@ description - clob + text false @@ -101,7 +101,7 @@ carddata - clob + text false