Files
klz-cables.com/.pnpm-store/v10/files/37/8988195c3866cd7354ed6e95ab9253beda06a6d8929763b35d3454b70bc986452249d11d54acf0467f81fff78ccf3791f92f594274516b79f470cb4eb7ceef
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
261 B
Plaintext

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