# File lib/dm-migrations/migration.rb, line 191 def needs_down? return false unless migration_info_table_exists? ! migration_record.empty? end