dzsozef13 / Bottomshelf

Cocktail recipe and image sharing platform.
0 stars 0 forks source link

Check for unique username and e-mail when registering new users #34

Open dzsozef13 opened 1 year ago

dzsozef13 commented 1 year ago

We want to keep usernames and e-mails unique in the database so we can safely select them from tables.

dzsozef13 commented 1 year ago

Also add UNIQUE to the same rows in the database.