Commit c21d95a2 authored by Adam Hegyi's avatar Adam Hegyi

Fix missing with_lock_retries block in docs

This change adds missing with_lock_retries block in the down methods.
parent 025f778f
......@@ -260,7 +260,9 @@ def up
end
def down
with_lock_retries do
drop_table :issues
end
end
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment