Skip to content

Added name and breed fields to Location form and model (with migrations)

juaatark requested to merge more_location_fields into main

Added name and breed fields to Location form and model (with migrations) plus some FE input constraining. Also found a problem with earlier migration scripts resetting the database fields-> should always check for a field not existing before updating it with default value.

Merge request reports