X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..d56b21609ddd2e2e096f5c30e991d24aa213f7f4:/services/api/db/migrate/20130226170000_remove_native_target_from_links.rb?ds=sidebyside diff --git a/services/api/db/migrate/20130226170000_remove_native_target_from_links.rb b/services/api/db/migrate/20130226170000_remove_native_target_from_links.rb index a54d2bc9b9..8c8779d401 100644 --- a/services/api/db/migrate/20130226170000_remove_native_target_from_links.rb +++ b/services/api/db/migrate/20130226170000_remove_native_target_from_links.rb @@ -1,4 +1,8 @@ -class RemoveNativeTargetFromLinks < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class RemoveNativeTargetFromLinks < ActiveRecord::Migration[4.2] def up remove_column :links, :native_target_id remove_column :links, :native_target_type