Drop the Notifications table
This commit is contained in:
parent
142241dd16
commit
c5c330e1df
2 changed files with 6 additions and 11 deletions
5
db/migrate/20180201163642_drop_notifications.rb
Normal file
5
db/migrate/20180201163642_drop_notifications.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class DropNotifications < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
drop_table :notifications
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue