Commit 87cdcfa4 authored by Toon Claes's avatar Toon Claes

Merge branch 'aa-remove-add-column-with-default-example' into 'master'

Remove add_column example in migration style

See merge request gitlab-org/gitlab!24243
parents fdd88688 63ac60e8
......@@ -379,10 +379,6 @@ Rails migration example:
```ruby
add_column_with_default(:projects, :foo, :integer, default: 10, limit: 8)
# or
add_column(:projects, :foo, :integer, default: 10, limit: 8)
```
## Timestamp column type
......
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