Merge pull request #85 from veganhacktivists/main

update outreach after verification command
This commit is contained in:
Anthony Berg
2023-02-20 16:13:46 +00:00
committed by GitHub
19 changed files with 455 additions and 145 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Verify" ADD COLUMN "manual" BOOLEAN NOT NULL DEFAULT false;

View File

@@ -66,6 +66,7 @@ model Verify {
joinTime DateTime @default(now())
startTime DateTime?
finishTime DateTime?
manual Boolean @default(false) // If they were verified with the verify command
timedOut Boolean @default(false) // If they got kicked out of verification because they timed out
//complete Boolean @default(false) // If the verification was incomplete
// Roles they got from verification