Author: echatellier Date: 2012-02-20 17:31:06 +0100 (Mon, 20 Feb 2012) New Revision: 1432 Url: http://nuiton.org/repositories/revision/wikitty/1432 Log: #1910 : Update to h2 1.3.164 Modified: trunk/wikitty-jdbc/src/main/resources/wikitty-jdbc-query.properties Modified: trunk/wikitty-jdbc/src/main/resources/wikitty-jdbc-query.properties =================================================================== --- trunk/wikitty-jdbc/src/main/resources/wikitty-jdbc-query.properties 2012-02-20 16:24:32 UTC (rev 1431) +++ trunk/wikitty-jdbc/src/main/resources/wikitty-jdbc-query.properties 2012-02-20 16:31:06 UTC (rev 1432) @@ -42,7 +42,7 @@ #table extension_data creation query jdbc.queries.creation.extension.data=CREATE TABLE extension_data (\ id varchar(255) NOT NULL,\ -fieldName text NOT NULL,\ +fieldName varchar(255) NOT NULL,\ fieldType text NOT NULL,\ PRIMARY KEY (id,fieldName),\ FOREIGN KEY (id) REFERENCES extension_admin (id)); @@ -59,7 +59,7 @@ # all time use alter after creation for binaryValue column because this datatype is not portable jdbc.queries.creation.wikitty.data=CREATE TABLE wikitty_data (\ id varchar(64) NOT NULL,\ -fieldName text NOT NULL,\ +fieldName varchar(255) NOT NULL,\ numberValue numeric,\ dateValue timestamp,\ textValue text,\
participants (1)
-
echatellier@users.nuiton.org