Skip to content
  • Mikko Ahlroth's avatar
    Fix username uniqueness and some db changes · 6e0cb049
    Mikko Ahlroth authored
    * Usernames weren't really unique because the migration was missing the
      word 'create' so a unique index was not created. Now the missing index
      was added
    * Dropped useless total_xp column from user
    * Change xps and pulses tables ID to bigint in anticipation of MASSIVE
      EXPLOSION OF USERS that is sure to come
    * Added licence for logo
    6e0cb049