♻️ refactor: move schema and migration folder (#4874)

* move schema folder

* fix tests

* fix vercel build
This commit is contained in:
Arvin Xu
2024-12-03 14:15:41 +08:00
committed by GitHub
parent b7b583dde2
commit 9aa16d4715
92 changed files with 62 additions and 62 deletions

View File

@@ -22,8 +22,8 @@ export default {
url: connectionString,
},
dialect: 'postgresql',
out: './src/database/server/migrations',
out: './src/database/migrations',
schema: './src/database/server/schemas/lobechat',
schema: './src/database/schemas',
strict: true,
} satisfies Config;