PG hack for temporary tables breaks MySQL 4.1. :P special-case it
[lhc/web/wiklou.git] / maintenance / tables.sql
index 521f170..db2c070 100644 (file)
@@ -347,6 +347,7 @@ CREATE TABLE `group` (
   group_id int(5) unsigned NOT NULL auto_increment,
   group_name varchar(50) NOT NULL default '',
   group_description varchar(255) NOT NULL default '',
+  group_rights tinyblob,
   PRIMARY KEY  (group_id)
 );