refactor: update migration

This commit is contained in:
Mauricio Siu
2025-02-15 18:13:20 -06:00
parent 6ec60b6bab
commit 1bbb4c9b64
13 changed files with 28 additions and 5609 deletions

View File

@@ -19,7 +19,6 @@ CREATE TABLE "user_temp" (
"email" text NOT NULL,
"email_verified" boolean NOT NULL,
"image" text,
"role" text,
"banned" boolean,
"ban_reason" text,
"ban_expires" timestamp,