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

@@ -111,7 +111,6 @@ export const users_temp = pgTable("user_temp", {
email: text("email").notNull().unique(),
emailVerified: boolean("email_verified").notNull(),
image: text("image"),
role: text("role"),
banned: boolean("banned"),
banReason: text("ban_reason"),
banExpires: timestamp("ban_expires"),