Skip to content

Add explicit schema version check

Andreas Brandl requested to merge ab/check-schema-in-initializer into master

What does this MR do?

Add an explicit schema version check to an initializer. It is making assumptions about the state of the database by checking individual tables. This is rather brittle, e.g. when testing migration paths (starting from an old database schema version).

See #207458 (closed).

Does this MR meet the acceptance criteria?

Conformity

Edited by 🤖 GitLab Bot 🤖

Merge request reports