fix: auth schema conflict
This commit is contained in:
@@ -115,9 +115,6 @@ export const invitation = pgTable("invitation", {
|
||||
inviterId: text("inviter_id")
|
||||
.notNull()
|
||||
.references(() => user.id, { onDelete: "cascade" }),
|
||||
createdAt: timestamp("created_at", { withTimezone: true })
|
||||
.$defaultFn(() => new Date())
|
||||
.notNull(),
|
||||
}).enableRLS();
|
||||
|
||||
export const authSchema = {
|
||||
|
||||
Reference in New Issue
Block a user