From 195e9048170fcf3d88ce2ce98ee5f7fa28df8696 Mon Sep 17 00:00:00 2001 From: "Adam C. Baker" Date: Wed, 8 Oct 2014 17:04:44 -0700 Subject: [PATCH] make compound_pk owned by dbapi_anonymous --- test/fixtures/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/schema.sql b/test/fixtures/schema.sql index 6ce0b9468..8380f80d7 100644 --- a/test/fixtures/schema.sql +++ b/test/fixtures/schema.sql @@ -169,7 +169,7 @@ CREATE TABLE compound_pk ( ); -ALTER TABLE "1".compound_pk OWNER TO dbapi_test; +ALTER TABLE "1".compound_pk OWNER TO dbapi_anonymous; -- -- TOC entry 184 (class 1259 OID 50944)