Skip to content
Snippets Groups Projects
Commit 7efa540a authored by buczekp's avatar buczekp
Browse files

fixed db tests

SVN: 12890
parent d6c5bafd
No related branches found
No related tags found
No related merge requests found
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment