mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
♻️ refactor: move schema and migration folder (#4874)
* move schema folder * fix tests * fix vercel build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user