Skip to content
Snippets Groups Projects
Commit 2ab1273c authored by anttil's avatar anttil
Browse files

SSDM-4646: fix invalid test db schema

SVN: 37627
parent 8cc48a21
No related branches found
No related tags found
No related merge requests found
...@@ -1125,7 +1125,5 @@ REVOKE ALL ON SCHEMA public FROM postgres; ...@@ -1125,7 +1125,5 @@ REVOKE ALL ON SCHEMA public FROM postgres;
GRANT ALL ON SCHEMA public TO postgres; GRANT ALL ON SCHEMA public TO postgres;
GRANT ALL ON SCHEMA public TO PUBLIC; GRANT ALL ON SCHEMA public TO PUBLIC;
REVOKE ALL ON TABLE operation_executions FROM PUBLIC; REVOKE ALL ON TABLE operation_executions FROM PUBLIC;
REVOKE ALL ON TABLE operation_executions FROM anttil;
GRANT ALL ON TABLE operation_executions TO anttil;
GRANT SELECT ON TABLE operation_executions TO openbis_readonly; GRANT SELECT ON TABLE operation_executions 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