1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 class RemoveNativeTargetFromLinks < ActiveRecord::Migration[4.2]
7 remove_column :links, :native_target_id
8 remove_column :links, :native_target_type
11 add_column :links, :native_target_id, :integer
12 add_column :links, :native_target_type, :string