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