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 d272767 commit e77d17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailorder/app/data/customers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +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 e77d17b

Please sign in to comment.