[ARVADOS] updated: 1.3.0-704-g0a2adc425
Git user
git at public.curoverse.com
Fri Apr 5 13:17:07 UTC 2019
Summary of changes:
services/api/db/structure.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 0a2adc4256358d620fb063489aafbaba8de62b84 (commit)
from 4a27ec5683273596d797e84924c4c583cfc53560 (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 0a2adc4256358d620fb063489aafbaba8de62b84
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Fri Apr 5 10:16:37 2019 -0300
14873: Fixes typo on schema file.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql
index bf7fdc805..ebe06b348 100644
--- a/services/api/db/structure.sql
+++ b/services/api/db/structure.sql
@@ -3058,6 +3058,6 @@ INSERT INTO "schema_migrations" (version) VALUES
('20181005192222'),
('20181011184200'),
('20181213183234'),
-('20190214214814');
+('20190214214814'),
('20190322174136');
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list