Martin Peřina has submitted this change and it was merged.
Change subject: core: Fix upgrade scripts numbering
......................................................................
core: Fix upgrade scripts numbering
Fixes upgrade scripts numbering issue, which causes upgrade issues from
4.0 to master. Here is the issue:
1. In 4.0 branch we have last upgrade script name:
04_00_0720_fix_duplicate_audit_log_type_ids.sql
2. Unfortunately in master we have some scripts which were not yet
merged to 4.0 branch:
04_00_0720_add_mac_pool_id_to_vds_group.sql
04_00_0730_fix_duplicate_audit_log_type_ids.sql
This caused issues on upgrade, because scripts must have same numbers
for 4.0 version in both branches.
Change-Id: I0e312015c08898fce47cdd096f921043b195b6f5
Signed-off-by: Martin Perina <mperina(a)redhat.com>
---
R packaging/dbscripts/upgrade/04_00_0720_fix_duplicate_audit_log_type_ids.sql
R packaging/dbscripts/upgrade/04_00_0730_add_mac_pool_id_to_vds_group.sql
2 files changed, 0 insertions(+), 0 deletions(-)
Approvals:
Martin Peřina: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
David Caro: Verified; Looks good to me, but someone else must approve
--
To view, visit
https://gerrit.ovirt.org/58604
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0e312015c08898fce47cdd096f921043b195b6f5
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: David Caro <dcaro(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>