Files
klz-cables.com/.pnpm-store/v10/files/20/896665390193bcb7cbf4cafad2e7ce9b28a7b67c9f4e1050daf486beb9b5245b97786ec871b3af1cac0591f99b44ff41c5a3381798d0af7302dd18616c2e4e
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

8 lines
300 B
Plaintext

import type { DrizzleAdapter } from './types.js';
/**
* Drop the current database and run all migrate up functions
*/
export declare function migrateFresh(this: DrizzleAdapter, { forceAcceptWarning }: {
forceAcceptWarning?: boolean;
}): Promise<void>;
//# sourceMappingURL=migrateFresh.d.ts.map