Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
test: update
Browse files Browse the repository at this point in the history
  • Loading branch information
molecula451 committed Oct 22, 2023
1 parent 32bb530 commit 309ba38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion supabase/migrations/20230509035114_create_access_table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CREATE TABLE access (
priority_access boolean,
time_access boolean,
price_access boolean,
multiplier_access boolean,
created_at TIMESTAMP WITHOUT TIME ZONE,
updated_at TIMESTAMP WITHOUT TIME ZONE
);
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ALTER TABLE users ENABLE ROW LEVEL SECURITY;
ALTER TABLE weekly ENABLE ROW LEVEL SECURITY;
ALTER TABLE access ENABLE ROW LEVEL SECURITY;
ALTER TABLE penalty ENABLE ROW LEVEL SECURITY;
ALTER TABLE multiplier ENABLE ROW LEVEL SECURITY;

CREATE POLICY "Enable read access for frontend" ON "public"."permits"
AS PERMISSIVE FOR SELECT
Expand Down

0 comments on commit 309ba38

Please sign in to comment.