X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/819e06bd1bbff1ad4ecf250d621a807033907c29..deaadbea28f273c4528394606a18a9443b30ea02:/services/api/db/structure.sql diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql index a5740834c7..58c064ac33 100644 --- a/services/api/db/structure.sql +++ b/services/api/db/structure.sql @@ -10,20 +10,6 @@ SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; --- --- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: - --- - -CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog; - - --- --- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner: - --- - --- COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language'; - - -- -- Name: pg_trgm; Type: EXTENSION; Schema: -; Owner: - -- @@ -3198,6 +3184,8 @@ INSERT INTO "schema_migrations" (version) VALUES ('20190905151603'), ('20200501150153'), ('20200602141328'), -('20200914203202'); +('20200914203202'), +('20201103170213'), +('20201105190435');