X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/42fec323465b515e85a8bd460b2cee7972abd658..d56b21609ddd2e2e096f5c30e991d24aa213f7f4:/services/api/db/migrate/20141208174553_descriptions_are_strings.rb?ds=sidebyside diff --git a/services/api/db/migrate/20141208174553_descriptions_are_strings.rb b/services/api/db/migrate/20141208174553_descriptions_are_strings.rb index 412b427c72..1cd6629120 100644 --- a/services/api/db/migrate/20141208174553_descriptions_are_strings.rb +++ b/services/api/db/migrate/20141208174553_descriptions_are_strings.rb @@ -1,4 +1,8 @@ -class DescriptionsAreStrings < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class DescriptionsAreStrings < ActiveRecord::Migration[4.2] def tables_with_description_column %w{collections groups jobs pipeline_instances pipeline_templates} end