diff --git a/packages/db/src/core/queries.ts b/packages/db/src/core/queries.ts index 87abd5af91..dbcd2eab62 100644 --- a/packages/db/src/core/queries.ts +++ b/packages/db/src/core/queries.ts @@ -14,8 +14,8 @@ import { bold } from 'kleur/colors'; import { type SQL, sql } from 'drizzle-orm'; import { SQLiteAsyncDialect } from 'drizzle-orm/sqlite-core'; import type { AstroIntegrationLogger } from 'astro'; -import type { DBUserConfig, ReferenceableField } from '../core/types.js'; -import { collectionToTable, hasPrimaryKey } from '../runtime/index.js'; +import type { DBUserConfig } from '../core/types.js'; +import { hasPrimaryKey } from '../runtime/index.js'; const sqlite = new SQLiteAsyncDialect();