Skip to content

Commit e042690

Browse files
rohaan-rmaRohaan Sandhu
andauthored
Fix Typo in Adding 'm5testadmin' in users.sql (#1170)
Small bug here, instead of cwms_sec.add_cwms_user it was cwms_sec.add_user_cwms Co-authored-by: Rohaan Sandhu <rohsan4845@geiconsultants.com>
1 parent 7339843 commit e042690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose_files/sql/users.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ begin
2323
execute immediate 'grant execute on cwms_20.cwms_upass to web_user';
2424

2525

26-
cwms_sec.add_user_cwms('m5testadmin', NULL, 'LRL');
26+
cwms_sec.add_cwms_user('m5testadmin', NULL, 'LRL');
2727
cwms_sec.add_user_to_group('m5testadmin','All Users', 'LRL');
2828
cwms_sec.add_user_to_group('m5testadmin','CWMS Users', 'LRL');
2929
cwms_sec.add_user_to_group('m5testadmin','CWMS User Admins', 'LRL');

0 commit comments

Comments
 (0)