Skip to content
Snippets Groups Projects

Iss #115 - Add a reprocessing queue for failed GH webhook calls

Merged Iss #115 - Add a reprocessing queue for failed GH webhook calls
All threads resolved!
Merged Martin Lowe requested to merge (removed):malowe/main/115 into main
All threads resolved!
Files
11
@@ -49,5 +49,7 @@ CREATE TABLE GithubWebhookTracking (
repositoryFullName varchar(127) NOT NULL,
pullRequestNumber int NOT NULL,
lastUpdated datetime DEFAULT NULL,
needsRevalidation tinyint(1) DEFAULT 0,
manualRevalidationCount int DEFAULT 0,
PRIMARY KEY (id)
);
\ No newline at end of file
Loading