Removes all references to sync_enterprise_catalog_query
- Removes all references to the sync_enterprise_catalog_query boolean field from the EnterpriseCustomerCatalog model.
- Updates all conditional use of the sync_enterprise_catalog_query field to be True.
- A second PR will follow to remove the model field and perform the db migration (blue/green deployment safe).