We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce266ce commit 326473aCopy full SHA for 326473a
.github/actions/database-migration-image/cda-user.sql
@@ -1,6 +1,7 @@
1
set define on
2
@/tmp/cda-user-info
3
grant web_user to &&cda_user;
4
+grant execute on cwms_20.cwms_upass to web_user;
5
begin
6
-- create user
7
cwms_sec.add_cwms_user('&&cda_user', NULL, 'HQ');
0 commit comments