method

any_schema_needs_update?

rails latest stable - Class: ActiveRecord::InvalidMigrationTimestampError::Migration

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

any_schema_needs_update?()
private

No documentation available.

# File activerecord/lib/active_record/migration.rb, line 761
        def any_schema_needs_update?
          !db_configs_in_current_env.all? do |db_config|
            Tasks::DatabaseTasks.schema_up_to_date?(db_config, ActiveRecord.schema_format)
          end
        end