We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ie:
in config:
config.active_record.without_mysql_lock_by_default = true
in migration:
with_lock do # ... alter table commands ... end
all migration that are not run inside of with_lock block, will behave as if they were executed inside of without_lock block.
with_lock
without_lock
WDYT?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
ie:
in config:
in migration:
all migration that are not run inside of
with_lock
block, will behave as if they were executed inside ofwithout_lock
block.WDYT?
The text was updated successfully, but these errors were encountered: