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 <[email protected]> --- 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 <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
