Make sure db:check-schema can catch corrupted structure.sql
This is done by migrating to the previous major version in `db:check-schema` and then run migrations, it'll only be basing on `db/structure.sql` from last major version rather than blindly using the currently committed `db/structure.sql`.
Showing
Please register or sign in to comment