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

@@ -3,8 +3,8 @@ import { boolean, integer, pgEnum, pgTable, text } from "drizzle-orm/pg-core";
import { createInsertSchema } from "drizzle-zod";
import { nanoid } from "nanoid";
import { z } from "zod";
import { users_temp } from "./user";
import { organization } from "./account";
import { users_temp } from "./user";
// import { user } from "./user";
export const notificationType = pgEnum("notificationType", [