Update schema
This commit is contained in:
parent
2a62ebec53
commit
fc0b4e2dba
1 changed files with 10 additions and 0 deletions
|
@ -38,6 +38,16 @@ COMMENT ON EXTENSION btree_gist IS 'support for indexing common datatypes in GiS
|
||||||
|
|
||||||
SET search_path = public, pg_catalog;
|
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: -
|
-- Name: gpx_visibility_enum; Type: TYPE; Schema: public; Owner: -
|
||||||
--
|
--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue