summaryrefslogtreecommitdiff
path: root/doc/development
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2016-08-04 10:42:34 +0530
committerTimothy Andrew <mail@timothyandrew.net>2016-08-04 10:42:34 +0530
commit4d0461e29983630a653203a1e5c1a28dfcfeada5 (patch)
tree425a0fcc1c2fb1478e5eec2d1d3e68cc3c232fc0 /doc/development
parent532202a5278a622de874b9dfc1c4f7fe9ddf5ce4 (diff)
downloadgitlab-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 'doc/development')
0 files changed, 0 insertions, 0 deletions