mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
refactor(database): 🚚 Move drizzle migrations to their own folder
This commit is contained in:
parent
b17b2be683
commit
9d8c2e81e9
57 changed files with 5 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue