[ARVADOS] updated: 2.1.0-63-gdc421ad70
Git user
git at public.arvados.org
Tue Nov 3 18:02:16 UTC 2020
Summary of changes:
services/api/db/structure.sql | 17 ++---------------
1 file changed, 2 insertions(+), 15 deletions(-)
via dc421ad7078f9478d3a96a1250f89ffc2b13e897 (commit)
from fb329a132418fd54a027d30277f31c73443840ab (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit dc421ad7078f9478d3a96a1250f89ffc2b13e897
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Tue Nov 3 13:01:57 2020 -0500
17040: Update structure.sql
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql
index a5740834c..6f9cee270 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,7 @@ INSERT INTO "schema_migrations" (version) VALUES
('20190905151603'),
('20200501150153'),
('20200602141328'),
-('20200914203202');
+('20200914203202'),
+('20201103170213');
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list