X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4065f8f4f3d98524ae56ae7926b3ee039cb06ef6..4dfe43c956833e11e1ae0169b6312577b1d6a80c:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index 3ccc12462..05630d889 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -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: - --