demarches-normaliennes/db/migrate/20180201163642_drop_notifications.rb
2018-02-06 14:07:20 +01:00

5 lines
108 B
Ruby

class DropNotifications < ActiveRecord::Migration[5.0]
def change
drop_table :notifications
end
end