Files
klz-cables.com/.pnpm-store/v10/files/44/0b9129dea6ad8639a16272e2eec593ed8dc957c9957fc8225e63bdae67a55ef182fde9a230413eed5f28b73c57f4bcdc7d9e4fc9012901435e5ff56695dec0
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
259 B
Plaintext

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