FoodleBerlin/foodle

Fix: Create A Listing - the same listing can't be added twice

Opened this issue · 1 comments

  • Make sure that the exact same listing can't be added to the backend/db more than once.
Flajt commented

Maybe this can be solved by adding a unique constraint on the title (in the DB)? So equally named things can't be added?