add callback_modifier to the down method

This commit is contained in:
Ninigi 2015-09-23 14:53:31 +02:00
parent 02b1c09e3e
commit d63eb4e320
1 changed files with 1 additions and 0 deletions

View File

@ -283,5 +283,6 @@ class SetUpTestTables < ActiveRecord::Migration
remove_index :version_associations, :name => 'index_version_associations_on_foreign_key'
drop_table :version_associations
drop_table :filter_modifier
drop_table :callback_modifiers
end
end