mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +00:00
- replaced fields isAdmin and isGuest in tblUsers by field role
This commit is contained in:
parent
9af2701502
commit
25b62941b6
|
@ -327,8 +327,7 @@ CREATE TABLE `tblUsers` (
|
||||||
`language` varchar(32) NOT NULL,
|
`language` varchar(32) NOT NULL,
|
||||||
`theme` varchar(32) NOT NULL,
|
`theme` varchar(32) NOT NULL,
|
||||||
`comment` text NOT NULL,
|
`comment` text NOT NULL,
|
||||||
`isAdmin` smallint(1) NOT NULL default '0',
|
`role` smallint(1) NOT NULL default '0',
|
||||||
`isGuest` smallint(1) NOT NULL default '0',
|
|
||||||
`hidden` smallint(1) NOT NULL default '0',
|
`hidden` smallint(1) NOT NULL default '0',
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ;
|
) ;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user