summaryrefslogtreecommitdiff
path: root/releasenotes/notes/backfill_version_column_db_race_condition-713fa05832b93ca5.yaml
blob: febe06281f0c3a526c24be8dfc38f2b643e9077e (plain)
1
2
3
4
5
6
7
---
fixes:
  - |
    Fixes an issue when running ``ironic-dbsync online_data_migrations``. The
    value of an object's new ``version`` column might have been incorrectly
    changed from a newer object version to an older object version, due to a
    race condition. This is no longer the case.