class RemoveHeadingIdFromBallot < ActiveRecord::Migration[4.2] def change remove_column :budget_ballots, :heading_id, :integer end end