Skip to content

Commit 2220974

Browse files
committed
fix: deleting privilege and roles so they are not reused
1 parent bc1f5c3 commit 2220974

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/ords-remix-jwt-sample/ords/RESTfulServices/grantSQLDeveloperRole.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ function grantSQLDeveloperRole(schema, object, objectAlias) {
2828
P_DESCRIPTION => 'allow access to autoREST API',
2929
P_COMMENTS=> ''
3030
);
31+
L_PRIV_ROLES.DELETE;
32+
L_PRIV_PATTERNS.DELETE;
33+
L_PRIV_MODULES.DELETE;
3134
END;
3235
`;
3336
}

0 commit comments

Comments
 (0)