[ARVADOS] updated: 2.1.0-2403-g867aa297b
Git user
git at public.arvados.org
Fri May 6 19:04:39 UTC 2022
Summary of changes:
.../api/db/migrate/20220505112900_add_output_properties.rb | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 services/api/db/migrate/20220505112900_add_output_properties.rb
via 867aa297b3537e2a7f6cac9acbbec430b159af94 (commit)
from 78d295050b72f310a6c3ae24f856a12d02491509 (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 867aa297b3537e2a7f6cac9acbbec430b159af94
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri May 6 15:04:25 2022 -0400
17004: Add migration
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/services/api/db/migrate/20220505112900_add_output_properties.rb b/services/api/db/migrate/20220505112900_add_output_properties.rb
new file mode 100644
index 000000000..42cde03bc
--- /dev/null
+++ b/services/api/db/migrate/20220505112900_add_output_properties.rb
@@ -0,0 +1,10 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddOutputProperties < ActiveRecord::Migration[5.2]
+ def change
+ add_column :container_requests, :output_properties, :jsonb, default: {}
+ add_column :containers, :output_properties, :jsonb, default: {}
+ end
+end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list