From 7efa540ab955937b1cf5d22ccd5d22fd63dd312a Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Thu, 8 Oct 2009 13:16:31 +0000 Subject: [PATCH] fixed db tests SVN: 12890 --- .../sql/postgresql/043/finish-043.sql | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/openbis/sourceTest/sql/postgresql/043/finish-043.sql b/openbis/sourceTest/sql/postgresql/043/finish-043.sql index d7188977417..589c510297e 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; -- GitLab