Files
klz-cables.com/.pnpm-store/v10/files/b2/44cbc3740ff6d3858014830aa1eea888d690cc1ab8c8af0a292844eb9d4667bb43ee599cda7711dce39d48159d959a1bdccf78f78fa842f653dd787d82501a
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 { MySql2Database } from "./driver.cjs";
export declare function migrate<TSchema extends Record<string, unknown>>(db: MySql2Database<TSchema>, config: MigrationConfig): Promise<void>;