mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 07:14:59 -04:00
Further refine projects system
This commit is contained in:
parent
2449de6f6c
commit
5782d6ca7d
20 changed files with 307 additions and 94 deletions
|
@ -9,7 +9,7 @@ CREATE TABLE IF NOT EXISTS `Benefits` (
|
|||
`CanEditUsers` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
`CanEditCollections` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
`CanEditEbooks` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
`CanCreateEbookPlaceholders` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
`CanEditEbookPlaceholders` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
`CanManageProjects` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
`CanReviewProjects` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
`CanEditProjects` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue