Files
klz-cables.com/.pnpm-store/v10/files/1c/296263cccc56dabb23fb640e1e98074b0fd741bd96c2181efe762c13354309e6c768f8c98376c62cfa699edb53e9c028c9b2eed674ec122d28d4467cb187f2
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

21 lines
397 B
Plaintext

export const migrationsCollection = {
slug: 'payload-migrations',
admin: {
hidden: true
},
endpoints: false,
fields: [
{
name: 'name',
type: 'text'
},
{
name: 'batch',
type: 'number'
}
],
graphQL: false,
lockDocuments: false
};
//# sourceMappingURL=migrationsCollection.js.map