Drop the Notifications table

This commit is contained in:
gregoirenovel 2018-02-01 17:52:45 +01:00
parent 142241dd16
commit c5c330e1df
2 changed files with 6 additions and 11 deletions

View file

@ -0,0 +1,5 @@
class DropNotifications < ActiveRecord::Migration[5.0]
def change
drop_table :notifications
end
end