diff --git a/openbis/sourceTest/sql/postgresql/157/finish-157.sql b/openbis/sourceTest/sql/postgresql/157/finish-157.sql index 9b11254299271bdd260a81321dcc92855e1ddb2d..2eefe905a19c9b57c7167a319dfccd83c795b6d1 100644 --- a/openbis/sourceTest/sql/postgresql/157/finish-157.sql +++ b/openbis/sourceTest/sql/postgresql/157/finish-157.sql @@ -1125,7 +1125,5 @@ 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 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;