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 2362158 commit b18828eCopy full SHA for b18828e
src/database/mysql/migration.ts
@@ -1,6 +1,7 @@
1
import fs from 'fs';
2
3
-import { MySQLConnection } from '#shared/infra/db/mysql/mysql-connection';
+// cannot alias here because its run using npm scripts
4
+import { MySQLConnection } from '../../@core/@shared/infra/db/mysql/mysql-connection';
5
6
export class MySQLMigration {
7
public async run(): Promise<void> {
0 commit comments