aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20151124145300_drop_time_slots.ninoxe_engine.rb
blob: 62ed40758dbc5e6d087b0f2fba7b0fc720203ad5 (plain)
1
2
3
4
5
6
# This migration comes from ninoxe_engine (originally 20151124145016)
class DropTimeSlots < ActiveRecord::Migration
  def change
    drop_table :time_slots
  end
end