Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
joelazwar committed Apr 12, 2022
1 parent d25ea40 commit 8a2467f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ CREATE POLICY github_users_policy ON github_users

CREATE POLICY github_users_read_policy ON github_users
FOR SELECT
USING (true)
USING (true);

0 comments on commit 8a2467f

Please sign in to comment.