From ee1ae8ae31c6e7c18fff51b896102c2910d3f94f Mon Sep 17 00:00:00 2001 From: gpawel <gpawel> Date: Tue, 5 Jun 2012 20:02:38 +0000 Subject: [PATCH] SP-97: BIS-50 : Store history of entity relationships in the database SVN: 25570 --- .../sourceTest/sql/postgresql/107/finish-107.sql | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/openbis/sourceTest/sql/postgresql/107/finish-107.sql b/openbis/sourceTest/sql/postgresql/107/finish-107.sql index 0cd213da730..3b1f20a2140 100644 --- a/openbis/sourceTest/sql/postgresql/107/finish-107.sql +++ b/openbis/sourceTest/sql/postgresql/107/finish-107.sql @@ -679,16 +679,3 @@ 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 TABLE data_set_relationships_history FROM PUBLIC; -REVOKE ALL ON TABLE data_set_relationships_history FROM gpawel; -GRANT ALL ON TABLE data_set_relationships_history TO gpawel; -GRANT SELECT ON TABLE data_set_relationships_history TO openbis_readonly; -REVOKE ALL ON TABLE experiment_relationships_history FROM PUBLIC; -REVOKE ALL ON TABLE experiment_relationships_history FROM gpawel; -GRANT ALL ON TABLE experiment_relationships_history TO gpawel; -GRANT SELECT ON TABLE experiment_relationships_history TO openbis_readonly; -REVOKE ALL ON TABLE sample_relationships_history FROM PUBLIC; -REVOKE ALL ON TABLE sample_relationships_history FROM gpawel; -GRANT ALL ON TABLE sample_relationships_history TO gpawel; -GRANT SELECT ON TABLE sample_relationships_history TO openbis_readonly; - -- GitLab