• T
    Use a `ghost` boolean to track ghost users. · 8e684809
    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`.
    8e684809
schema.rb 56.4 KB