BR: Add Verision Checking for Migrations #57540
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
For now, the message
Migration
isn't versioned. That means, when a older version of BR tries to merge higher version of migrations, it cannot detect the newly added fields. Then it will drop those fields and consequently cause metadata corruption. We need check the version before loading aMigration
from storage.The text was updated successfully, but these errors were encountered: