mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 22:33:57 -04:00
Add cover art database
Co-authored-by: Job Curtis <job.curtis@gmail.com> Co-authored-by: Alex Cabal <alex@standardebooks.org>
This commit is contained in:
parent
74f747df76
commit
6a5c05511a
92 changed files with 3174 additions and 146 deletions
|
@ -3,6 +3,8 @@ CREATE TABLE `Benefits` (
|
|||
`CanAccessFeeds` tinyint(1) unsigned NOT NULL,
|
||||
`CanVote` tinyint(1) unsigned NOT NULL,
|
||||
`CanBulkDownload` tinyint(1) unsigned NOT NULL,
|
||||
`CanAddArtwork` tinyint(1) unsigned NOT NULL,
|
||||
`CanReviewArtwork` tinyint(1) unsigned NOT NULL,
|
||||
PRIMARY KEY (`UserId`),
|
||||
KEY `idxBenefits` (`CanAccessFeeds`,`CanVote`,`CanBulkDownload`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue