You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if a new release of pgroll has breaking changes it is not possible use it on schemas migrated with an older release of pgroll. The issue is that pgroll stores the migration JSON in the database and tries to decode them during the migration. This obviously fails.
Is there an easy way to migrate to a new release of pgroll?