Files
klz-cables.com/.pnpm-store/v10/files/66/d5637e67dafc83f2eed66e43c1d1569494952cccb415fd86150d20a62341cb90c603de2af83fe671a293b425dabec42fa2e452175a5e700810af79c6f2f1f2
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
251 B
Plaintext

import type { MigrationConfig } from "../migrator.cjs";
import type { PgliteDatabase } from "./driver.cjs";
export declare function migrate<TSchema extends Record<string, unknown>>(db: PgliteDatabase<TSchema>, config: MigrationConfig): Promise<void>;