• Lin Jen-Shin's avatar
    Make sure db:check-schema can catch corrupted structure.sql · ec785083
    Lin Jen-Shin authored
    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`.
    ec785083
schema_changed.sh 716 Bytes