Commit Graph

1 Commits

Author SHA1 Message Date
Yorick Peterse 4beacdb2ca
Fix defaults for MR states and merge statuses
This ensures that merge_requests.state and merge_requests.merge_status
both have a proper default value and NOT NULL constraint on database
level. We also make sure to update any bogus rows first, without blowing
up the database.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/40534
2017-11-24 14:28:41 +01:00