refactor: rename schema

This commit is contained in:
BennyKok
2023-12-15 12:51:49 +08:00
parent e6f5b16a54
commit a0d78ae481
4 changed files with 548 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import {
pgEnum,
} from "drizzle-orm/pg-core";
export const dbSchema = pgSchema("comfy_deploy");
export const dbSchema = pgSchema("comfyui_deploy");
export const usersTable = dbSchema.table("users", {
id: text("id").primaryKey().notNull(),