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 = '';