class method self.schema_needs_update?

Ruby on Rails edge

Since edge Private — implementation detail, not part of the public API

Signature

self.schema_needs_update?(db_config, pool)

No documentation comment.

Parameters

db_config req
pool req
Source
# File activerecord/lib/active_record/migration.rb, line 767
        def schema_needs_update?(db_config, pool)
          !Tasks::DatabaseTasks.schema_up_to_date?(db_config, pool: pool)
        end

Defined in activerecord/lib/active_record/migration.rb line 767 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Migration

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close