Files
klz-cables.com/.pnpm-store/v10/files/87/18f329209ec2afa32ec99034e3286fb27f65c51c36fcfbaddb58613ed46a1beec1cf699949aa7fb3828b028314807781a120db124a8a034058dddc8df36e6c
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
254 B
Plaintext

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