craue / CraueGeoBundle

Doctrine functions for calculating geographical distances in your Symfony project.
MIT License
124 stars 15 forks source link

add a config option to avoid creating the postal code table #11

Closed craue closed 8 years ago

craue commented 8 years ago

The new config option enable_postal_code_entity can be set to false to avoid registering the GeoPostalCode entity (and as a result, avoid creating the craue_geo_postalcode table) as requested in #8.

Closes #8.