mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
Also check discussion threads for freshness when marking projects as stalled
This commit is contained in:
parent
cc9cc5f3f8
commit
2449de6f6c
5 changed files with 169 additions and 69 deletions
|
@ -13,5 +13,6 @@ CREATE TABLE IF NOT EXISTS `Projects` (
|
|||
`ManagerUserId` int(11) NOT NULL,
|
||||
`ReviewerUserId` int(11) NOT NULL,
|
||||
`LastCommitTimestamp` DATETIME NULL DEFAULT NULL,
|
||||
`LastDiscussionTimestamp` 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