Files
klz-cables.com/.pnpm-store/v10/files/61/bde86e82ca5e8d1a1b5af8ae2326190461751c88b821a4e0ef4929d68fb671b88443660b98ff571a15ef39e245eceab7d087e7f7f76a03e55ae0e02a0eda64
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

6 lines
244 B
Plaintext

import type { BaseDatabaseAdapter } from '../types.js';
/**
* Run all migration down functions before running up
*/
export declare function migrateRefresh(this: BaseDatabaseAdapter): Promise<void>;
//# sourceMappingURL=migrateRefresh.d.ts.map