mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-26 05:33:40 +00:00
Patch to set permissions on the sequence for relationship_type.rt_id
This commit is contained in:
parent
c6ea39b12e
commit
6f1bf2feed
9
dba/patches/0.99.1.sql
Normal file
9
dba/patches/0.99.1.sql
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
BEGIN;
|
||||
SELECT check_db_revision(1,1,0);
|
||||
|
||||
GRANT SELECT,UPDATE ON relationship_type_rt_id_seq TO general;
|
||||
SELECT new_db_revision(1,1,1, 'January' );
|
||||
|
||||
COMMIT;
|
||||
ROLLBACK;
|
||||
Loading…
x
Reference in New Issue
Block a user