Added name and breed fields to Location form and model (with migrations)
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.