[ARVADOS] updated: 1.3.1-7-g3553f6317
Git user
git at public.curoverse.com
Mon Apr 22 18:52:56 UTC 2019
Summary of changes:
services/api/db/structure.sql | 2 ++
1 file changed, 2 insertions(+)
via 3553f63170e747052452ec0640a4453fb462f437 (commit)
from 4b4f2356cc1be1d4f79a20dcd7686acb8376cd64 (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 3553f63170e747052452ec0640a4453fb462f437
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Mon Apr 22 14:52:39 2019 -0400
15112: Update structure.sql for last migration.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql
index aa29a1cbb..c36e19f8b 100644
--- a/services/api/db/structure.sql
+++ b/services/api/db/structure.sql
@@ -3201,3 +3201,5 @@ INSERT INTO schema_migrations (version) VALUES ('20181005192222');
INSERT INTO schema_migrations (version) VALUES ('20181011184200');
+INSERT INTO schema_migrations (version) VALUES ('20190422144631');
+
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list