1
0
Fork 0
MSU-Course-Alerter/db/migrate/20130531033207_temp_drop_al...

10 lines
117 B
Ruby

class TempDropAlerts < ActiveRecord::Migration
def up
drop_table :alerts
end
def down
#nope
end
end