mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update name
This commit is contained in:
@@ -22,7 +22,7 @@ import { certificateType } from "./shared";
|
||||
|
||||
// OLD TABLE
|
||||
export const user = pgTable("user", {
|
||||
id: text("id")
|
||||
userId: text("userId")
|
||||
.notNull()
|
||||
.primaryKey()
|
||||
.$defaultFn(() => nanoid()),
|
||||
|
||||
Reference in New Issue
Block a user