• Bob Van Landuyt's avatar
    Add the `UserStatus` model · 812bfb15
    Bob Van Landuyt authored
    This model will hold the status of a user, including these fields:
    
    - emoji: always present, with a default value
    - user: always present, foreign key to user
    - message: optional, maximum length of 100
    
    The table also stores
    
    - cached_markdown_version
    - message_html
    
    For rendering markdown in the `message` field.
    812bfb15