-
In brief:
The fix was easy enough: revert local DB to the last matching change & deploy again. I'm wondering if there's a way to make it automatic - we're hoping to include sqitch deployments in a build script. |
Beta Was this translation helpful? Give feedback.
Answered by
theory
May 19, 2022
Replies: 1 comment
-
This is exactly what |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jcmrva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is exactly what
sqitch-rebase --modified
was designed to handle. Use it to revert to the last change in sync with the database, then re-deploy.