From 2ab1273c52bcc625f892b5d09bd47a6838db857f Mon Sep 17 00:00:00 2001
From: anttil <anttil>
Date: Wed, 25 Jan 2017 15:43:37 +0000
Subject: [PATCH] SSDM-4646: fix invalid test db schema

SVN: 37627
---
 openbis/sourceTest/sql/postgresql/157/finish-157.sql | 2 --
 1 file changed, 2 deletions(-)

diff --git a/openbis/sourceTest/sql/postgresql/157/finish-157.sql b/openbis/sourceTest/sql/postgresql/157/finish-157.sql
index 9b112542992..2eefe905a19 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;
 
-- 
GitLab