Also check discussion threads for freshness when marking projects as stalled

This commit is contained in:
Alex Cabal 2024-12-15 21:56:16 -06:00
parent cc9cc5f3f8
commit 2449de6f6c
5 changed files with 169 additions and 69 deletions

View file

@ -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;