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 ...@@ -260,7 +260,9 @@ def up
end end
def down def down
drop_table :issues with_lock_retries do
drop_table :issues
end
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