refactor: update

This commit is contained in:
Mauricio Siu
2025-02-15 20:26:05 -06:00
parent 53ce5e57fa
commit 6d0e195a4d
10 changed files with 91 additions and 73 deletions

View File

@@ -4,6 +4,7 @@ import { pgTable, text } from "drizzle-orm/pg-core";
import { createInsertSchema } from "drizzle-zod";
import { nanoid } from "nanoid";
import { z } from "zod";
import { organization } from "./account";
import { admins } from "./admin";
// import { admins } from "./admin";
import { applications } from "./application";
@@ -14,7 +15,6 @@ import { mysql } from "./mysql";
import { postgres } from "./postgres";
import { redis } from "./redis";
import { users, users_temp } from "./user";
import { organization } from "./account";
export const projects = pgTable("project", {
projectId: text("projectId")