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 94622ef commit a207a4fCopy full SHA for a207a4f
modules/services/api/src/utils/in-memory.datasource.ts
@@ -31,7 +31,7 @@ export const inMemoryDataSource = async () => {
31
const ds: DataSource = await db.adapters.createTypeormDataSource({
32
type: 'postgres',
33
entities: Entities,
34
- migrations: ['/workspaces/vidya/modules/services/database/migrations/*.ts'],
+ migrations: ['../database/migrations/*.ts'],
35
});
36
37
await ds.initialize();
0 commit comments