Commit 7cc43072 authored by Adam Hegyi's avatar Adam Hegyi

Merge branch 'aa-add-create-table-to-with-lock-retries-method' into 'master'

Add create table to with_lock_retries method doc

See merge request gitlab-org/gitlab!28649
parents e93ebb2b 0115b503
......@@ -246,6 +246,7 @@ Example changes:
- `add_foreign_key` / `remove_foreign_key`
- `add_column` / `remove_column`
- `change_column_default`
- `create_table` / `drop_table`
**Note:** `with_lock_retries` method **cannot** be used with `disable_ddl_transaction!`.
......
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