Files
klz-cables.com/.pnpm-store/v10/files/29/960fd8234a857fd195cb5b5b9b7e65550319efd2bd3f4b047782e0ffb9a7280fc06de274a377c7510ad69d19d64d4f9e931dae1d6860e6a06d2a51f0805a45
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
266 B
Plaintext

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