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 661527f commit 39195a2Copy full SHA for 39195a2
packages/core/src/export-migrations.ts
@@ -6,7 +6,7 @@ import Case from 'case';
6
import { exportMeta } from './export-meta';
7
import { getPgPool } from 'pg-cache';
8
import { LaunchQLOptions } from '@launchql/types';
9
-import { SqitchRow, writeSqitchFiles, writeSqitchPlan } from './sqitch/utils';
+import { SqitchRow, writeSqitchFiles, writeSqitchPlan } from './projects/utils';
10
import { LaunchQLProject } from './class/launchql';
11
12
interface ExportMigrationsToDiskOptions {
0 commit comments