Author: eliast
Date: Thu Mar 23 15:00:55 2006
New Revision: 388289

URL: http://svn.apache.org/viewcvs?rev=388289&view=rev
Log:
Fixed TIMESTAMP_SQL_TYPE_NULL value which should have not included 'null'.

Modified:
    incubator/roller/trunk/metadata/database/db2.properties

Modified: incubator/roller/trunk/metadata/database/db2.properties
URL: 
http://svn.apache.org/viewcvs/incubator/roller/trunk/metadata/database/db2.properties?rev=388289&r1=388288&r2=388289&view=diff
==============================================================================
--- incubator/roller/trunk/metadata/database/db2.properties (original)
+++ incubator/roller/trunk/metadata/database/db2.properties Thu Mar 23 15:00:55 
2006
@@ -8,5 +8,5 @@
 INDEXSIZE=
 INDEXSIZE_LARGE=
 ADDL_FK_PARAMS=on delete no action on update no action enforced enable query 
optimization
-TIMESTAMP_SQL_TYPE_NULL=timestamp null
+TIMESTAMP_SQL_TYPE_NULL=timestamp
 TIMESTAMP_SQL_TYPE=timestamp


Reply via email to