config: fix name applying code checking fixed schema version
The code in names_apply() and associated triggers considered the schema to be up to date, if its version was >= 3.0.0. This was correct only for the upcoming 3.0 release, but not for any releases coming after it. Let's fix this by comparing schema version to mkversion.get_latest() instead of a fixed 3.0.0 version. In-scope-of #9502 NO_DOC=bugfix NO_TEST=hard to test separately, covered by existing tests NO_CHANGELOG=changes not yet released behavior
Please register or sign in to comment