refactor(database): 🚚 Move drizzle migrations to their own folder

This commit is contained in:
Jesse Wierzbinski 2024-06-12 13:10:40 -10:00
parent b17b2be683
commit 9d8c2e81e9
No known key found for this signature in database
57 changed files with 5 additions and 5 deletions

View file

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