From f9fac764b63aa26e7bbc6dccf10125a9c2bc384c Mon Sep 17 00:00:00 2001 From: Mark Wise Date: Fri, 1 Aug 2014 14:52:34 -0500 Subject: [PATCH] reshuffle with_lock caveat in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec425b2..886877c 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ with_lock do end ````` +The `with_lock` method will be useful when hitting the caveats of `LOCK=NONE`. Please read the 'Caveats' section. + ### Enable verbose output To enable an 'ONLINE MIGRATION' debug statement whenever an online migration is run, simply set the `MysqlOnlineMigrations.verbose` module variable to true. @@ -62,8 +64,6 @@ Example (in a Rails app's config/initializers/mysql_online_migrations.rb): MysqlOnlineMigrations.verbose = true ```` -The `with_lock` method will be useful when hitting the caveats of `LOCK=NONE`. Please read the following section. - Caveats =======================