Skip to content

Commit

Permalink
fix(docs): add missing import to migrations example script (#1178)
Browse files Browse the repository at this point in the history
Co-authored-by: Igal Klebanov <[email protected]>
  • Loading branch information
mxkxf and igalklebanov authored Oct 13, 2024
1 parent fcf5224 commit edd82fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/docs/migrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ import {
PostgresDialect,
FileMigrationProvider,
} from 'kysely'
import { Database } from './types'

async function migrateToLatest() {
const db = new Kysely<Database>({
Expand Down

0 comments on commit edd82fa

Please sign in to comment.