Update schema

This commit is contained in:
Tom Hughes 2012-03-07 16:44:50 +00:00
parent 2a62ebec53
commit fc0b4e2dba

View file

@ -38,6 +38,16 @@ COMMENT ON EXTENSION btree_gist IS 'support for indexing common datatypes in GiS
SET search_path = public, pg_catalog;
--
-- Name: format_enum; Type: TYPE; Schema: public; Owner: -
--
CREATE TYPE format_enum AS ENUM (
'html',
'markdown'
);
--
-- Name: gpx_visibility_enum; Type: TYPE; Schema: public; Owner: -
--