Omer Frenkel has posted comments on this change. Change subject: db: add logical_name to vm_device ......................................................................
Patch Set 4: (3 comments) http://gerrit.ovirt.org/#/c/31754/4//COMMIT_MSG Commit Message: Line 4: Commit: Liron Aravot <[email protected]> Line 5: CommitDate: 2014-08-25 17:52:39 +0300 Line 6: Line 7: db: add logical_name to vm_device Line 8: dont forget Line 9: Change-Id: If9b5a8e771a05c1fe44834adfe998cf921f6ae52 Line 10: Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1063597 http://gerrit.ovirt.org/#/c/31754/4/packaging/dbscripts/vm_device_sp.sql File packaging/dbscripts/vm_device_sp.sql: Line 14: v_is_readonly boolean, Line 15: v_alias varchar(255), Line 16: v_custom_properties text, Line 17: v_snapshot_id uuid, Line 18: v_logical_name varchar(30)) 255 Line 19: RETURNS VOID Line 20: AS $procedure$ Line 21: BEGIN Line 22: INSERT INTO vm_device( Line 65: v_is_readonly boolean, Line 66: v_alias varchar(255), Line 67: v_custom_properties text, Line 68: v_snapshot_id uuid, Line 69: v_logical_name varchar(30)) 255 Line 70: RETURNS VOID Line 71: AS $procedure$ Line 72: BEGIN Line 73: UPDATE vm_device -- To view, visit http://gerrit.ovirt.org/31754 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If9b5a8e771a05c1fe44834adfe998cf921f6ae52 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Aravot <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Liron Aravot <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
