Gilad Chaplik has uploaded a new change for review. Change subject: db: sp name should start with upper case letter ......................................................................
db: sp name should start with upper case letter Change-Id: Ida29145a5004ba39929ea0931b23e4c0e13be68f Signed-off-by: Gilad Chaplik <[email protected]> --- M packaging/dbscripts/image_storage_domain_map_sp.sql 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/97/21097/1 diff --git a/packaging/dbscripts/image_storage_domain_map_sp.sql b/packaging/dbscripts/image_storage_domain_map_sp.sql index b00e4c3..0c1e499 100644 --- a/packaging/dbscripts/image_storage_domain_map_sp.sql +++ b/packaging/dbscripts/image_storage_domain_map_sp.sql @@ -72,7 +72,7 @@ END; $procedure$ LANGUAGE plpgsql; -Create or replace FUNCTION updateQuotaForImageAndSnapshots(v_disk_id UUID, v_storage_domain_id UUID, v_quota_id UUID) +Create or replace FUNCTION UpdateQuotaForImageAndSnapshots(v_disk_id UUID, v_storage_domain_id UUID, v_quota_id UUID) RETURNS VOID AS $procedure$ BEGIN -- To view, visit http://gerrit.ovirt.org/21097 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ida29145a5004ba39929ea0931b23e4c0e13be68f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
