Skip to content

Commit 72495a6

Browse files
committed
CI finally has these lines!
1 parent 6a08635 commit 72495a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

__tests__/schema.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,3 +374,5 @@ ALTER TABLE graphile_worker._private_job_queues ENABLE ROW LEVEL SECURITY;
374374
ALTER TABLE graphile_worker._private_jobs ENABLE ROW LEVEL SECURITY;
375375
ALTER TABLE graphile_worker._private_known_crontabs ENABLE ROW LEVEL SECURITY;
376376
ALTER TABLE graphile_worker._private_tasks ENABLE ROW LEVEL SECURITY;
377+
REVOKE USAGE ON SCHEMA public FROM PUBLIC;
378+
GRANT ALL ON SCHEMA public TO PUBLIC;

0 commit comments

Comments
 (0)