Skip to content

Commit 7194e80

Browse files
committed
♻️ refactor: 변경된 마이그레이션 경로 datasource에 적용
1 parent 93d7642 commit 7194e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/dataSource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ const dbOptions = loadDBSetting(configService);
1818
export const AppDataSource = new DataSource({
1919
...dbOptions,
2020
entities: [`${__dirname}/src/**/*.entity.{js,ts}`],
21-
migrations: [`${__dirname}/src/migration/*.{js,ts}`],
21+
migrations: [`${__dirname}/src/common/database/migration/*.{js,ts}`],
2222
});

0 commit comments

Comments
 (0)