= 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 1172 def current_version MigrationContext.new(migrations_paths).current_version end