Skip to content

Commit b194a96

Browse files
authored
Fix issue #2 (#3)
Reason was the wrong through user parameter in creation script of depl
1 parent b6322fe commit b194a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup/users/04_depl.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ alter user ^logic_schema
3838
grant connect through ^db_app_user;
3939

4040
alter user ^app_schema
41-
grant connect through ^app_schema;
41+
grant connect through ^db_app_user;
4242

4343

4444
prompt **********************************************************************

0 commit comments

Comments
 (0)