chore: move policies to drizzle

This commit is contained in:
Henry
2025-04-17 17:22:53 +01:00
parent 297408c1fe
commit 0c25fe3864
16 changed files with 3554 additions and 1086 deletions

View File

@@ -1,7 +1,7 @@
import { type Config } from "drizzle-kit";
export default {
schema: "./src/schema.ts",
schema: "./src/schema",
out: "./migrations",
dialect: "postgresql",
dbCredentials: {