mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Grant permissions of api_key table to omnivore_user
This commit is contained in:
parent
0f2a55d274
commit
b77b378221
2 changed files with 2 additions and 0 deletions
|
|
@ -16,4 +16,6 @@ CREATE TABLE omnivore.api_key (
|
|||
UNIQUE (user_id, name)
|
||||
);
|
||||
|
||||
GRANT SELECT, INSERT, UPDATE, DELETE ON omnivore.api_key TO omnivore_user;
|
||||
|
||||
COMMIT;
|
||||
Loading…
Reference in a new issue