-
Notifications
You must be signed in to change notification settings - Fork 2
/
invite_user_in_a_role_in_a_unit.sql.gen.go
7 lines (5 loc) · 1.8 KB
/
invite_user_in_a_role_in_a_unit.sql.gen.go
1
2
3
4
5
6
7
// AUTOMATICALLY GENERATED FILE. DO NOT EDIT.
package invite
var invite_user_in_a_role_in_a_unit = esql(asset{Name: "invite_user_in_a_role_in_a_unit.sql", Content: "" +
"# For any question about this script, ask Franck\n#\n# This script needs the following pre-requisites:\n#\t- The data for the invitation are created in the table `ut_invitation_api_data`\n#\t- The schema of the BZ database is v3.10+\n#\n#################################################################\n#\n# UPDATE THE BELOW VARIABLES ACCORDING TO YOUR NEEDS\n#\n#################################################################\n#\n# The MEFE invitation id that we want to process:\n\tSET @mefe_invitation_id = '%s';\n\tSET @mefe_invitation_id_int_value = %d;\n#\n# Environment: Which environment are you creating the unit in?\n#\t- 1 is for the DEV/Staging\n#\t- 2 is for the prod environment\n#\t- 3 is for the Demo environment\n\tSET @environment = %d;\n#\n# Info about this script\n\tSET @this_script = 'invite_user_in_a_role_in_a_unit.sql';\n#\n########################################################################\n#\n#\tALL THE VARIABLES WE NEED HAVE BEEN DEFINED, WE CAN RUN THE SCRIPT\n#\n########################################################################\n#\n#############################################\n#\n# IMPORTANT INFORMATION ABOUT THIS SCRIPT\n#\n#############################################\n#\n# Use this script only if the Unit EXIST in the BZFE \n# It assumes that the unit has been created with all the necessary BZ objects and all the roles assigned to dummy users.\n#\n# Pre-requisite:\n#\t- The table 'ut_invitation_api_data' has been updated \n# \t- We know the MEFE Invitation id that we need to process.\n#\t- We know the environment where this script is run\n# \n\tCALL `add_user_to_role_in_unit`;\n" +
"", etag: `"YwpI0MRaQXQ="`})