# File lib/migration.rb, line 187
    def needs_up?
      return true unless migration_info_table_exists?
      migration_record.empty?
    end