install/schemas/postgresql_stage2.sql
changeset 1159 a1cca4472a58
parent 1151 8f0cbce6d5f3
child 1170 71cb87b7dc3f
--- a/install/schemas/postgresql_stage2.sql	Sat Dec 12 15:39:36 2009 -0500
+++ b/install/schemas/postgresql_stage2.sql	Sat Dec 12 15:43:23 2009 -0500
@@ -116,7 +116,7 @@
   user_registration_ip varchar(39),
   user_rank int DEFAULT NULL,
   user_rank_userset smallint NOT NULL DEFAULT 0,
-  user_timezone int NOT NULL DEFAULT 0,
+  user_timezone int NOT NULL DEFAULT 1440,
   user_title varchar(64) DEFAULT NULL,
   user_group int NOT NULL DEFAULT 1,
   user_dst varchar(11) NOT NULL DEFAULT '0;0;0;0;60',