mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-31 18:46:02 +00:00
Patch to permissions for role_member table.
This commit is contained in:
parent
0b93e524b6
commit
24bc54ed05
16
dba/patches/0.99.2.sql
Normal file
16
dba/patches/0.99.2.sql
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
-- Bleah. Missed another permission.
|
||||
|
||||
BEGIN;
|
||||
SELECT check_db_revision(1,1,1);
|
||||
|
||||
GRANT DELETE ON
|
||||
tmp_password
|
||||
, role_member
|
||||
TO general;
|
||||
|
||||
SELECT new_db_revision(1,1,2, 'February' );
|
||||
|
||||
COMMIT;
|
||||
ROLLBACK;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user