Eli Mesika has uploaded a new change for review. Change subject: core: fix wrong upgrade script name ......................................................................
core: fix wrong upgrade script name This script is in the content of 3.3 and was introduced as 3.2 This patch moves this script to 3.3 and puts a dummy script in its place to keep the numbering right. Change-Id: Ibff8bbecd1da6e22261c01ef7c772c08c22fd0b6 Signed-off-by: Eli Mesika <[email protected]> --- A packaging/dbscripts/upgrade/03_02_0450_dummy.sql R packaging/dbscripts/upgrade/03_03_0800_add_vm_vnc_keyboard_layout.sql 2 files changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/65/18665/1 diff --git a/packaging/dbscripts/upgrade/03_02_0450_dummy.sql b/packaging/dbscripts/upgrade/03_02_0450_dummy.sql new file mode 100644 index 0000000..4335937 --- /dev/null +++ b/packaging/dbscripts/upgrade/03_02_0450_dummy.sql @@ -0,0 +1 @@ +select 3020450; diff --git a/packaging/dbscripts/upgrade/03_02_0450_add_vm_vnc_keyboard_layout.sql b/packaging/dbscripts/upgrade/03_03_0800_add_vm_vnc_keyboard_layout.sql similarity index 100% rename from packaging/dbscripts/upgrade/03_02_0450_add_vm_vnc_keyboard_layout.sql rename to packaging/dbscripts/upgrade/03_03_0800_add_vm_vnc_keyboard_layout.sql -- To view, visit http://gerrit.ovirt.org/18665 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibff8bbecd1da6e22261c01ef7c772c08c22fd0b6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
