method
run
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::Migrator
run()public
No documentation available.
# File activerecord/lib/active_record/migration.rb, line 1200
def run
if use_advisory_lock?
with_advisory_lock { run_without_lock }
else
run_without_lock
end
end