Skip to content

Commit

Permalink
Update customers.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-osalazarlizano committed Jun 18, 2024
1 parent 6fb36d9 commit d272767
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mailorder/app/data/customers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ create table if not exists
);

grant select on data.customers to application role app_csr;
grant select, insert, update, delete, truncate on data.customers to application role app_admin;

grant select, insert, update, delete, truncate on data.customers to application role app_admin;

0 comments on commit d272767

Please sign in to comment.