Skip to content

Commit 96b270d

Browse files
krowvinMikeNeilson
authored andcommitted
Add SWT to users seed, keycloak has SWT user
1 parent be4b8e3 commit 96b270d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compose_files/sql/users.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ begin
1919
cwms_sec.add_cwms_user('m5hectest', null, 'SWT');
2020
cwms_sec.add_user_to_group('m5hectest', 'All Users', 'SWT');
2121
cwms_sec.add_user_to_group('m5hectest', 'CWMS Users', 'SWT');
22+
cwms_sec.add_user_to_group('m5hectest', 'TS ID Creator', 'SWT');
2223
cwms_sec.add_cwms_user('q0hectest', null, 'SWT');
2324
cwms_sec.add_user_to_group('q0hectest', 'All Users', 'SWT');
2425
cwms_sec.add_user_to_group('q0hectest', 'CWMS Users', 'SWT');
@@ -50,6 +51,7 @@ begin
5051
cwms_sec.add_cwms_user('m5hectest',NULL,'SWT');
5152
cwms_sec.add_user_to_group('m5hectest','All Users', 'SWT');
5253
cwms_sec.add_user_to_group('m5hectest','CWMS Users', 'SWT');
54+
cwms_sec.add_user_to_group('m5hectest','TS ID Creator', 'SWT');
5355
execute immediate 'grant execute on cwms_20.cwms_upass to web_user';
5456

5557

@@ -60,4 +62,4 @@ begin
6062

6163
end;
6264
/
63-
quit;
65+
quit;

0 commit comments

Comments
 (0)