mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Automatically update in progress projects to stalled
This commit is contained in:
parent
c7a4e34e31
commit
9b9d93bc52
6 changed files with 118 additions and 14 deletions
|
@ -12,5 +12,6 @@ CREATE TABLE IF NOT EXISTS `Projects` (
|
|||
`Ended` datetime DEFAULT NULL,
|
||||
`ManagerUserId` int(11) NOT NULL,
|
||||
`ReviewerUserId` int(11) NOT NULL,
|
||||
`LastCommitTimestamp` DATETIME NULL DEFAULT NULL,
|
||||
PRIMARY KEY (`ProjectId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue