Skip to content

Commit 326473a

Browse files
committed
Additional grant for creating users.
1 parent ce266ce commit 326473a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/database-migration-image/cda-user.sql

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
set define on
22
@/tmp/cda-user-info
33
grant web_user to &&cda_user;
4+
grant execute on cwms_20.cwms_upass to web_user;
45
begin
56
-- create user
67
cwms_sec.add_cwms_user('&&cda_user', NULL, 'HQ');

0 commit comments

Comments
 (0)