install/schemas/mysql_stage2.sql
changeset 430 ec90736b9cb9
parent 422 ca37fcd08c4e
child 436 242353360e37
--- a/install/schemas/mysql_stage2.sql	Sun Feb 17 20:19:17 2008 -0500
+++ b/install/schemas/mysql_stage2.sql	Mon Feb 18 16:27:28 2008 -0500
@@ -84,7 +84,9 @@
   theme_name text,
   theme_order smallint(5) NOT NULL DEFAULT '1',
   default_style varchar(63) NOT NULL DEFAULT '',
-  enabled tinyint(1) NOT NULL DEFAULT '1'
+  enabled tinyint(1) NOT NULL DEFAULT '1',
+  group_list text DEFAULT NULL,
+  group_policy ENUM('allow', 'deny') NOT NULL DEFAULT 'deny'
 ) CHARACTER SET `utf8` COLLATE `utf8_bin`;
 
 CREATE TABLE {{TABLE_PREFIX}}users(