diff --git a/openbis/sourceTest/sql/postgresql/043/finish-043.sql b/openbis/sourceTest/sql/postgresql/043/finish-043.sql index d71889774171ddb73fa9d183be7ca9ac0f11d9ef..589c510297e357c68c980715abf6a0b42e627105 100644 --- a/openbis/sourceTest/sql/postgresql/043/finish-043.sql +++ b/openbis/sourceTest/sql/postgresql/043/finish-043.sql @@ -494,24 +494,4 @@ REVOKE ALL ON SCHEMA public FROM PUBLIC; REVOKE ALL ON SCHEMA public FROM postgres; GRANT ALL ON SCHEMA public TO postgres; GRANT ALL ON SCHEMA public TO PUBLIC; -REVOKE ALL ON SEQUENCE authorization_group_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE authorization_group_id_seq FROM buczekp; -GRANT ALL ON SEQUENCE authorization_group_id_seq TO buczekp; -GRANT SELECT ON SEQUENCE authorization_group_id_seq TO openbis_readonly; -REVOKE ALL ON TABLE authorization_group_persons FROM PUBLIC; -REVOKE ALL ON TABLE authorization_group_persons FROM buczekp; -GRANT ALL ON TABLE authorization_group_persons TO buczekp; -GRANT SELECT ON TABLE authorization_group_persons TO openbis_readonly; -REVOKE ALL ON TABLE authorization_groups FROM PUBLIC; -REVOKE ALL ON TABLE authorization_groups FROM buczekp; -GRANT ALL ON TABLE authorization_groups TO buczekp; -GRANT SELECT ON TABLE authorization_groups TO openbis_readonly; -REVOKE ALL ON SEQUENCE filter_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE filter_id_seq FROM buczekp; -GRANT ALL ON SEQUENCE filter_id_seq TO buczekp; -GRANT SELECT ON SEQUENCE filter_id_seq TO openbis_readonly; -REVOKE ALL ON TABLE filters FROM PUBLIC; -REVOKE ALL ON TABLE filters FROM buczekp; -GRANT ALL ON TABLE filters TO buczekp; -GRANT SELECT ON TABLE filters TO openbis_readonly;