mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-11-29 17:28:02 +01:00
Merge pull request #85 from veganhacktivists/main
update outreach after verification command
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Verify" ADD COLUMN "manual" BOOLEAN NOT NULL DEFAULT false;
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user