Files
klz-cables.com/.pnpm-store/v10/files/11/92e895bba7732b7c997998f2cd171514ad85cf7fb79b87a814292871a7c2125aca3a7634bb1a75e93f4688a0b50fb8b474845778782e6a6478da6966531688
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

9 lines
247 B
Plaintext

import { readMigrationFiles } from "../migrator.js";
function migrate(db, config) {
const migrations = readMigrationFiles(config);
db.dialect.migrate(migrations, db.session, config);
}
export {
migrate
};
//# sourceMappingURL=migrator.js.map