Remove old pages - #4678
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Removes the legacy Critical: broken migration graph
Missing migration for cms schema drift The pages_page table left in production Deleting the app's migration files without a final |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4678 +/- ##
==========================================
- Coverage 92.45% 92.41% -0.04%
==========================================
Files 355 351 -4
Lines 10719 10656 -63
Branches 818 816 -2
==========================================
- Hits 9910 9848 -62
+ Misses 697 696 -1
Partials 112 112 🚀 New features to boost your workflow:
|
|
@claude fix the merge conflicts |
|
Claude finished @marcoacierno's task in 3m 37s —— View job Fixing merge conflicts
I'm unable to fix the merge conflicts in this environment. Two things block me: 1. The git operations I need aren't in my allowed tools. 2. The checkout is shallow. What the conflicts look likeComparing this branch against
Given how far To let me do thisPlease grant these tools (via the action's Then re-run git checkout remove-old-cms
git fetch origin main
git merge origin/main # or: git rebase origin/main
# resolve conflicts (keep the pages/ + api/pages/ deletions), then commit & push· branch |
What
ToDo