slotlist / slotlist-backend

Backend of slotlist.info, an ArmA 3 mission planning and slotlist management tool
https://slotlist.info
MIT License
13 stars 6 forks source link

Remove unique constraint from user nickname column #99

Open MorpheusXAUT opened 6 years ago

MorpheusXAUT commented 6 years ago

The nickname column has a unique constraint in the database, although the model itself does not include one (and was not intended to have one). This leads to 500 errors upon signup and is not fully intended, since multiple same nicknames should be allowed.