diff options
author | Timothy Andrew <mail@timothyandrew.net> | 2016-08-04 10:42:34 +0530 |
---|---|---|
committer | Timothy Andrew <mail@timothyandrew.net> | 2016-08-04 10:42:34 +0530 |
commit | 4d0461e29983630a653203a1e5c1a28dfcfeada5 (patch) | |
tree | 425a0fcc1c2fb1478e5eec2d1d3e68cc3c232fc0 /tmp | |
parent | 532202a5278a622de874b9dfc1c4f7fe9ddf5ce4 (diff) | |
download | gitlab-ce-fix-add-column-with-default-null.tar.gz |
Fix `#down` for two protected branches-related migrations.fix-add-column-with-default-null
- The migrations called `add_column_with_default` with a `null` option,
which the Rails `add_column` method accepts. This fails because
`add_column_with_default` expects an `allow_null` option instead.
- The migrations have been fixed to use `allow_null`.
Diffstat (limited to 'tmp')
0 files changed, 0 insertions, 0 deletions