We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d7642 commit 7194e80Copy full SHA for 7194e80
server/dataSource.ts
@@ -18,5 +18,5 @@ const dbOptions = loadDBSetting(configService);
18
export const AppDataSource = new DataSource({
19
...dbOptions,
20
entities: [`${__dirname}/src/**/*.entity.{js,ts}`],
21
- migrations: [`${__dirname}/src/migration/*.{js,ts}`],
+ migrations: [`${__dirname}/src/common/database/migration/*.{js,ts}`],
22
});
0 commit comments