0cabd81abf
DictionaryDefinition and DictionaryRecord entities have @Version (BIGINT) fields for optimistic locking, but the initial migrations did not create the column. App fails with 'column dd1_0.version does not exist' on first query. Add 0007-add-version-columns.xml with idempotent addColumn changesets (preConditions guard against re-add).