diff --git a/schema/src/cwms/at_schema_sec.sql b/schema/src/cwms/at_schema_sec.sql index 5530e490..2339b590 100644 --- a/schema/src/cwms/at_schema_sec.sql +++ b/schema/src/cwms/at_schema_sec.sql @@ -659,6 +659,17 @@ INSERT INTO cwms_sec_user_groups ( 'Users that will manage the validation/alarms/transformation of data.' ); +INSERT INTO cwms_sec_user_groups ( + user_group_code, + user_group_id, + user_group_desc + ) + VALUES ( + 6, + 'SHOW STACK TRACE', + 'Users allowed to receive server stack traces in explicitly enabled debug responses.' + ); + INSERT INTO cwms_sec_user_groups ( user_group_code, user_group_id,