mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Add beginning of a project management system to placeholders
This commit is contained in:
parent
e56de4b19d
commit
adfe07aad9
42 changed files with 717 additions and 118 deletions
|
@ -2,7 +2,7 @@ CREATE TABLE IF NOT EXISTS `Projects` (
|
|||
`ProjectId` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`Status` enum('in_progress','stalled','completed','abandoned') NOT NULL DEFAULT 'in_progress',
|
||||
`EbookId` int(11) NOT NULL,
|
||||
`ProducerName` varchar(151) DEFAULT NULL,
|
||||
`ProducerName` varchar(151) NOT NULL DEFAULT '',
|
||||
`ProducerEmail` varchar(80) DEFAULT NULL,
|
||||
`DiscussionUrl` varchar(255) DEFAULT NULL,
|
||||
`VcsUrl` varchar(255) NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue