From 8dee52a9d8f51025c1e5492deb8be51503fbc77b Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 24 Feb 2008 02:31:55 +0000 Subject: [PATCH] This public schema comment caused a problem on an install for one user. --- model/schema.sql | 7 ------- 1 file changed, 7 deletions(-) diff --git a/model/schema.sql b/model/schema.sql index 3cc08b6..7dcd080 100644 --- a/model/schema.sql +++ b/model/schema.sql @@ -6,13 +6,6 @@ SET client_encoding = 'UTF8'; SET check_function_bodies = false; SET client_min_messages = warning; --- --- Name: SCHEMA public; Type: COMMENT; Schema: -; Owner: postgres --- - -COMMENT ON SCHEMA public IS 'Standard public schema'; - - SET search_path = public, pg_catalog; SET default_tablespace = '';