20170609183112_remove_position_from_issuables.rb 205 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 class RemovePositionFromIssuables < ActiveRecord::Migration DOWNTIME = false def change remove_column :issues, :position, :integer remove_column :merge_requests, :position, :integer end end