Skip to content

Commit

Permalink
Fix sqlite import
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Jun 4, 2021
1 parent 9c49c4e commit 2cce775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/schema/src/dialects/sqlite.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import KnexSQLite from 'knex-schema-inspector/dist/dialects/sqlite';
import extractMaxLength from 'knex-schema-inspector/lib/utils/extract-max-length';
import extractType from 'knex-schema-inspector/lib/utils/extract-type';
import extractMaxLength from 'knex-schema-inspector/dist/utils/extract-max-length';
import extractType from 'knex-schema-inspector/dist/utils/extract-type';
import { SchemaOverview } from '../types/overview';
import { SchemaInspector } from '../types/schema';

Expand Down

0 comments on commit 2cce775

Please sign in to comment.