fix pg imports for node tests

This commit is contained in:
dswbx
2025-10-31 17:48:50 +01:00
parent 71a17696eb
commit dbb19a27f4
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import { type SchemaMetadata, sql } from "kysely";
import { BaseIntrospector } from "bknd";
import { BaseIntrospector } from "../BaseIntrospector";
type PostgresSchemaSpec = {
name: string;