# File lib/dm-core/migrations.rb, line 602 def destroy_model_storage(model) if supports_drop_table_if_exists? without_notices { super } else super end end