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

@@ -13,8 +13,8 @@ import { z } from "zod";
import { account, organization } from "./account";
import { admins } from "./admin";
import { auth } from "./auth";
import { certificateType } from "./shared";
import { projects } from "./project";
import { certificateType } from "./shared";
/**
* This is an example of how to use the multi-project schema feature of Drizzle ORM. Use the same
* database instance for multiple projects.