= private = protected
current_version()
For cases where a table doesn’t exist like loading from schema cache
# File activerecord/lib/active_record/migration.rb, line 1212 def current_version MigrationContext.new(migrations_paths, SchemaMigration).current_version end