Patch to set permissions on the sequence for relationship_type.rt_id

This commit is contained in:
Andrew McMillan 2009-09-09 21:39:23 +12:00
parent c6ea39b12e
commit 6f1bf2feed

9
dba/patches/0.99.1.sql Normal file
View 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;