Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-24Remove the default value for the `users.ghost` database column.Timothy Andrew
The default (false) is not strictly required, and this lets us avoid a potentially expensive migration
2017-02-24Use a `ghost` boolean to track ghost users.Timothy Andrew
Rather than using a separate `ghost` state. This lets us have the benefits of both ghost and blocked users (ghost: true, state: blocked) without having to rewrite a number of queries to include cases for `state: ghost`.