diff --git a/create_tables.sql b/create_tables.sql index 5c9dd546c..ebb849e1d 100644 --- a/create_tables.sql +++ b/create_tables.sql @@ -327,8 +327,7 @@ CREATE TABLE `tblUsers` ( `language` varchar(32) NOT NULL, `theme` varchar(32) NOT NULL, `comment` text NOT NULL, - `isAdmin` smallint(1) NOT NULL default '0', - `isGuest` smallint(1) NOT NULL default '0', + `role` smallint(1) NOT NULL default '0', `hidden` smallint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ;