X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..04b9d6e93ca8bd18dca697e56689820516c8c572:/services/api/db/migrate/20140918153541_add_properties_to_node.rb diff --git a/services/api/db/migrate/20140918153541_add_properties_to_node.rb b/services/api/db/migrate/20140918153541_add_properties_to_node.rb index 85f41ee81e..513ca04cb4 100644 --- a/services/api/db/migrate/20140918153541_add_properties_to_node.rb +++ b/services/api/db/migrate/20140918153541_add_properties_to_node.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class AddPropertiesToNode < ActiveRecord::Migration def up add_column :nodes, :properties, :text