Remove stray role in schema

This commit is contained in:
Joe Nelson
2014-10-08 14:58:38 -07:00
parent 04d12bcdbe
commit ed881c0d8d
-1
View File
@@ -572,7 +572,6 @@ SET search_path = "1", pg_catalog;
REVOKE ALL ON TABLE authors_only FROM dbapi_test_author;
GRANT ALL ON TABLE authors_only TO dbapi_test_author;
GRANT ALL ON TABLE authors_only TO author;
--