
Omer Frenkel has submitted this change and it was merged. Change subject: core: fix app_list parameter to 'text' ...................................................................... core: fix app_list parameter to 'text' The type of app_list field in vm_dynamic table is text, but in the stored procedures it was still varchar, which is wrong. this patch fix the type in the SP to be text as well. Change-Id: I4c65a74814e84a331aaa9fa8647c31fcddaf58de Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1103707 Signed-off-by: Omer Frenkel <ofrenkel@redhat.com> --- M packaging/dbscripts/vms_sp.sql 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Omer Frenkel: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/28279 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4c65a74814e84a331aaa9fa8647c31fcddaf58de Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server