demarches-normaliennes/db/migrate/20180201163642_drop_notifications.rb

6 lines
108 B
Ruby
Raw Normal View History

2018-02-01 17:52:45 +01:00
class DropNotifications < ActiveRecord::Migration[5.0]
def change
drop_table :notifications
end
end