* add migration to delete duplicates that currently exist in the db
* change model and migration to add a unique index constraint to id and name
* renamed unique index name to be readable
* redid model and migration to use @Unique instead of @Index
* remove //Here comment
---------
Co-authored-by: Aster Fialla <asterfialla@gmail.com>