surfingdmx / biker

A biking competition website
GNU Affero General Public License v3.0
0 stars 0 forks source link

Allow duplicate names of routes #20

Open surfingdmx opened 4 years ago

surfingdmx commented 4 years ago

Currently, the name field of the route entity is marked as unique. This prevents multiple users from creating routes with the same name. This should be restricted to the users, so a user must not have multiple routes with the same name, but it is completely valid for multiple users to have a route with the same name.