projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
12032: Add test fixtures
[arvados.git]
/
services
/
api
/
db
/
migrate
/
20160324144017_add_components_to_job.rb
diff --git
a/services/api/db/migrate/20160324144017_add_components_to_job.rb
b/services/api/db/migrate/20160324144017_add_components_to_job.rb
index 9595d7f05176882726b6d1c38fdc1c8ec035d9c0..ea6ca6353eb4caa7d09c1aae63cd1acc278f126d 100644
(file)
--- a/
services/api/db/migrate/20160324144017_add_components_to_job.rb
+++ b/
services/api/db/migrate/20160324144017_add_components_to_job.rb
@@
-1,3
+1,7
@@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
class AddComponentsToJob < ActiveRecord::Migration
def up
add_column :jobs, :components, :text