[ARVADOS] updated: 2.1.0-1554-ge12de76fb
Git user
git at public.arvados.org
Thu Oct 28 16:48:29 UTC 2021
Summary of changes:
services/api/db/structure.sql | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via e12de76fbd6aace9d03309c0ac3e19470ee2efe7 (commit)
from b9dfa440d0ca7547f8e403cb513e300c4d405cba (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 e12de76fbd6aace9d03309c0ac3e19470ee2efe7
Author: Ward Vandewege <ward at curii.com>
Date: Thu Oct 28 12:48:02 2021 -0400
Update the test db structure.
refs #18183
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql
index 2f7748335..da9959593 100644
--- a/services/api/db/structure.sql
+++ b/services/api/db/structure.sql
@@ -3146,6 +3146,7 @@ INSERT INTO "schema_migrations" (version) VALUES
('20210108033940'),
('20210126183521'),
('20210621204455'),
-('20210816191509');
+('20210816191509'),
+('20211027154300');
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list