Change in ovirt-engine[master]: core: Update storage_server_connections SPs user name variable

Tal Nisan has submitted this change and it was merged. Change subject: core: Update storage_server_connections SPs user name variable ...................................................................... core: Update storage_server_connections SPs user name variable Upgrade script 03_06_1640 changed the columns user_name and password in storage_server_connections to TEXT rather than VARCHAR(50) yet the user name var within the insert and update script remained VARCHAR(50) making the upgrade pointless, this patch changes it Change-Id: I7319dacacc044e3d56e2be50afff9021f1c999b9 Signed-off-by: Tal Nisan <tnisan@redhat.com> --- M packaging/dbscripts/storages_san_sp.sql 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Tal Nisan: Verified; Passed CI tests Allon Mureinik: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/43729 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7319dacacc044e3d56e2be50afff9021f1c999b9 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
tnisan@redhat.com