mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add UPDATE permission to omnivore_user
This commit is contained in:
parent
bb91396595
commit
857df99654
1 changed files with 2 additions and 0 deletions
|
|
@ -8,4 +8,6 @@ CREATE POLICY update_labels on omnivore.labels
|
|||
FOR UPDATE TO omnivore_user
|
||||
USING (user_id = omnivore.get_current_user_id());
|
||||
|
||||
GRANT UPDATE ON omnivore.labels TO omnivore_user;
|
||||
|
||||
COMMIT;
|
||||
|
|
|
|||
Loading…
Reference in a new issue