summaryrefslogtreecommitdiffstats
path: root/create/postgresql/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/postgresql/schema.sql')
-rw-r--r--create/postgresql/schema.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index 1c3d1952..bd399fcd 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -168,6 +168,8 @@ CREATE TABLE users (
surname varchar(100) DEFAULT '' NOT NULL,
passwd char(32) DEFAULT '' NOT NULL,
url varchar(255) DEFAULT '' NOT NULL,
+ autologout int4 DEFAULT '900' NOT NULL,
+ lang varchar(5) DEFAULT 'en_gb' NOT NULL,
PRIMARY KEY (userid)
);