Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions schema/src/cwms/at_schema_sec.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading