
Oved Ourfali has submitted this change and it was merged. Change subject: core: fix vm_device alias upgrade ...................................................................... core: fix vm_device alias upgrade Previous commit added a new column named alias to the vm_device table, with a default of ''. The syntax used for the default was \'\' but looks like new psql versions don't deal with it properly. Using '''' works both in postgresql 8 and 9, so pushing this fix. Change-Id: Ia96c5ad7bfd49ac470c9592e0d3fb82c20a03228 Signed-off-by: Oved Ourfali <oourfali@redhat.com> --- M backend/manager/dbscripts/upgrade/03_01_1120_vm_device_add_alias_column.sql 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Oved Ourfali: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/4844 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia96c5ad7bfd49ac470c9592e0d3fb82c20a03228 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com>