1 2 3 4 5 6 7
class SpringCleanup < ActiveRecord::Migration def change [:journey_frequencies, :timebands].each do |t| drop_table t end end end