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