mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Allow admin to view collection metadata
This commit is contained in:
parent
bcc2f331bc
commit
23b5c8ef31
8 changed files with 82 additions and 55 deletions
|
@ -7,6 +7,7 @@ CREATE TABLE IF NOT EXISTS `Benefits` (
|
|||
`CanReviewArtwork` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
`CanReviewOwnArtwork` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
`CanEditUsers` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
`CanEditCollections` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
`CanCreateEbookPlaceholders` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`UserId`),
|
||||
KEY `idxBenefits` (`CanAccessFeeds`,`CanVote`,`CanBulkDownload`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue