chore(db): add drizzle migration pipeline with empty schema

This commit is contained in:
lila 2026-03-24 11:04:40 +01:00
parent a8e247829c
commit 671d542d2d
4 changed files with 4 additions and 3 deletions

View file

@ -9,7 +9,7 @@ config({
export default defineConfig({
out: "./drizzle",
schema: "./src/schema.ts",
schema: "./src/db/schema.ts",
dialect: "postgresql",
dbCredentials: { url: process.env["DATABASE_URL"]! },
});

View file

@ -0,0 +1 @@
{"version":"7","dialect":"postgresql","entries":[]}