fix: manual migration for Agbs collection to resolve staging 500 error and cleanup failures
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Successful in 1m17s
Build & Deploy / 🏗️ Build (push) Successful in 3m46s
Build & Deploy / 🚀 Deploy (push) Successful in 15s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 5m8s
Build & Deploy / 🔔 Notify (push) Successful in 3s

This commit is contained in:
2026-04-27 14:14:43 +02:00
parent de0089f068
commit ce6436ab0a
4 changed files with 65 additions and 6 deletions

View File

@@ -116,6 +116,7 @@
"pdf:datasheets": "tsx ./scripts/generate-pdf-datasheets.ts",
"pdf:datasheets:legacy": "tsx ./scripts/generate-pdf-datasheets-pdf-lib.ts",
"cms:migrate": "payload migrate",
"cms:migrate:create": "payload migrate:create",
"cms:seed": "tsx ./scripts/seed-payload.ts",
"assets:push:testing": "bash ./scripts/assets-sync.sh local testing",
"assets:push:staging": "bash ./scripts/assets-sync.sh local staging",
@@ -139,7 +140,7 @@
"prepare": "husky",
"preinstall": "npx only-allow pnpm"
},
"version": "2.3.22-rc.3",
"version": "2.3.22-rc.4",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",