Skip to content

Commit

Permalink
trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
joelazwar committed Apr 8, 2022
1 parent f7fd49a commit 9a04cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/supabase/volumes/db/init/05-github-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CREATE TABLE IF NOT EXISTS github_issues (
a posts table that contains the posts themselves.
*/

ALTER TABLE github_issues ENABLE ROW LEVEL SECURITY;
ALTER TABLE github_issues ENABLE ROW LEVEL SECURITY;

CREATE POLICY github_issues_policy ON github_issues
FOR ALL
Expand Down

0 comments on commit 9a04cf2

Please sign in to comment.