Skip to content

db maintenance - update schema & drop migrations + script to update schema from tests db

mh requested to merge drop-migrations-update-schema into master

It's time to drop the accumulated migrations, there is not much value in them anymore and we have our DB up2date.

@qua I think we can just do it like this, right? The only issue we have if there would be somewhere a DB that has not yet the latest migrations applied.

Merge request reports