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