1 |
rakinar2 |
619 |
ALTER TYPE "verification_method" ADD VALUE 'channel_interaction';--> statement-breakpoint |
2 |
|
|
ALTER TYPE "verification_method" ADD VALUE 'dm_interaction';--> statement-breakpoint |
3 |
|
|
ALTER TABLE "verification_entries" ALTER COLUMN "expires_at" DROP NOT NULL;--> statement-breakpoint |
4 |
|
|
ALTER TABLE "verification_entries" ADD COLUMN "method" "verification_method" NOT NULL;--> statement-breakpoint |
5 |
|
|
ALTER TABLE "verification_records" DROP COLUMN IF EXISTS "discord_id";--> statement-breakpoint |
6 |
|
|
ALTER TABLE "verification_records" DROP COLUMN IF EXISTS "github_id";--> statement-breakpoint |
7 |
|
|
ALTER TABLE "verification_records" DROP COLUMN IF EXISTS "google_id";--> statement-breakpoint |
8 |
|
|
ALTER TABLE "verification_records" DROP COLUMN IF EXISTS "email"; |