Files
klz-cables.com/.pnpm-store/v10/files/1e/f838d7fc3399d631a604b4fc39f0ab6f2a568e56f2971bfff33cea7d7e798de8fb82c72e32ea10d3e13af540cc96d1e688046267c6f152f87b9f548b997a88
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
246 B
Plaintext

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