Skip to content

Commit 5cfa449

Browse files
committed
sqliteConfig migrations/sqlite path
1 parent dadbcb0 commit 5cfa449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ import * as Joi from 'joi';
113113
};
114114
const sqliteConfig = {
115115
...commonSettings,
116-
migrations: [__dirname + '/dal/migrations/postgres/*.*'],
116+
migrations: [__dirname + '/dal/migrations/sqlite/*.*'],
117117
type: 'sqlite',
118118
database: configService.get(
119119
'DATABASE_SCHEMA',

0 commit comments

Comments
 (0)