mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
users email duplicate check
This commit is contained in:
@@ -17,7 +17,7 @@ export const products = pgTable("products", {
|
||||
});
|
||||
|
||||
|
||||
export const usersMerged = pgTable("users", {
|
||||
export const users = pgTable("users", {
|
||||
id: text("id")
|
||||
.primaryKey()
|
||||
.$defaultFn(() => crypto.randomUUID()),
|
||||
|
||||
Reference in New Issue
Block a user