Skip to content

Commit

Permalink
ci: up
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jan 15, 2025
1 parent 02a15f0 commit ba46f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pgmq-js/database/default/ddl/init-privilege.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

-- GRANT ALL PRIVILEGES ON SCHEMA pgmq TO dbuser;
-- GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA pgmq TO dbuser;
GRANT USAGE ON SCHEMA pgmq TO dbuser;
GRANT CREATE ON SCHEMA pgmq TO dbuser;

Expand Down

0 comments on commit ba46f5c

Please sign in to comment.