Support zillabase migration diff
command
#122
Labels
story
Feature description from user's perspective
zillabase migration diff
command
#122
Describe the desired outcome from the user's perspective
As devops, I want to be able to discover local database changes beyond my current migrations.
Acceptance criteria
zillabase migration diff
shows delta of SQL commands between explicit migrations and current stateAdditional context
We may choose to differentiate between existing migrations defined but not already applied, versus current state.
This could be modeled similarly to
git diff
which differentiates between local changes and staged changes.The text was updated successfully, but these errors were encountered: