Files
klz-cables.com/.pnpm-store/v10/files/8a/0e536b382849984a2718072837903508da712e65bc8be6406ba58a037ebfffe4e08e24896543d1da06033e021497383f68712485ecc450b3abcd3d477a6aa8
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

4 lines
295 B
Plaintext

import type { LibSQLDatabase } from 'drizzle-orm/libsql';
import type { DrizzleAdapter, PostgresDB } from '../types.js';
export declare const migrationTableExists: (adapter: DrizzleAdapter, db?: LibSQLDatabase | PostgresDB) => Promise<boolean>;
//# sourceMappingURL=migrationTableExists.d.ts.map