feat(establishment): contacts multi + drop fax + expand establishment types
-
Remove fax from establishment model/DTOs, filters, import/export
-
Add EstablishmentContact entity/table + DTOs, repo, mapper/service handling (orphanRemoval)
-
Expand EstablishmentType and keep PRIMARY_SCHOOL/MIDDLE_SCHOOL/HIGH_SCHOOL for backward compatibility
-
Fix ModelMapper ambiguity for EstablishmentContactRequest -> EstablishmentContact (skip establishment mapping)
-
Add DB migration: drop fax column + create establishment_contact table
Closes VSN-2367