Skip to content

Commit

Permalink
Grant balance updates to web anon role
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Oct 2, 2023
1 parent 50e64e3 commit 48c0d25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ GRANT SELECT ON api.balance_updates_by_handle TO web_anon;

CREATE VIEW api.balance_updates AS
SELECT * FROM api.balance_updates_by_handle NATURAL JOIN api.market_account_handles;
GRANT SELECT ON api.balance_updates TO web_anon;

0 comments on commit 48c0d25

Please sign in to comment.