From ed881c0d8deff526c6d95d7462399beee275dd02 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Thu, 2 Oct 2014 17:24:11 -0700 Subject: [PATCH] Remove stray role in schema --- test/fixtures/schema.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/test/fixtures/schema.sql b/test/fixtures/schema.sql index 1185516d6..0c831cfe5 100644 --- a/test/fixtures/schema.sql +++ b/test/fixtures/schema.sql @@ -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; --