Skip to content

Commit b18828e

Browse files
committed
🚑 remove alias to use with npm scripts
1 parent 2362158 commit b18828e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/database/mysql/migration.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import fs from 'fs';
22

3-
import { MySQLConnection } from '#shared/infra/db/mysql/mysql-connection';
3+
// cannot alias here because its run using npm scripts
4+
import { MySQLConnection } from '../../@core/@shared/infra/db/mysql/mysql-connection';
45

56
export class MySQLMigration {
67
public async run(): Promise<void> {

0 commit comments

Comments
 (0)