MarisiaS / SMM

0 stars 0 forks source link

Fix School name attributes #46

Closed viriponce closed 6 months ago

viriponce commented 6 months ago

The School model has a name field, a manual migration was created to add the db_collation and the unique attributes. These attributes should be present in the model as well.

Update the name attributes to add the 'case_insensitive' db_collation and unique set to True.