install/schemas/postgresql_stage2.sql
changeset 685 17ebe24cdf85
parent 665 af7e8ec6aef7
child 711 f70d764aab33
--- a/install/schemas/postgresql_stage2.sql	Mon Aug 11 21:43:04 2008 -0400
+++ b/install/schemas/postgresql_stage2.sql	Mon Aug 11 22:31:04 2008 -0400
@@ -75,7 +75,8 @@
   user_id int,
   auth_level smallint NOT NULL DEFAULT '0',
   source_ip varchar(39) NOT NULL DEFAULT '127.0.0.1',
-  time bigint DEFAULT '0'
+  time bigint DEFAULT '0',
+  key_type smallint NOT NULL DEFAULT 0
 );
 
 CREATE TABLE {{TABLE_PREFIX}}themes(