Eli Mesika has posted comments on this change. Change subject: core: Add function for adding action group to a role ......................................................................
Patch Set 1: (1 inline comment) .................................................... File backend/manager/dbscripts/common_sp.sql Line 289: LANGUAGE plpgsql; Line 290: Line 291: Line 292: -- a method for adding an action group to a role if doesn't exist Line 293: CREATE OR REPLACE FUNCTION add_action_group_to_role(v_role_id UUID, v_action_group_id INTEGER) can you please give this a fn_db_ prefix ? Thanks Line 294: RETURNS VOID Line 295: AS $procedure$ Line 296: BEGIN Line 297: INSERT INTO roles_groups(role_id,action_group_id) -- To view, visit http://gerrit.ovirt.org/9832 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1640da5f7e79f1f038c330b605489ad41145f36e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
