bcgov/cas-ciip-portal

add_enum_comparison_operators should run before the deploy in prod-test-restore

Opened this issue · 2 comments

This function drops and recreates operators to make comparisons between enums and strings. It is run after our restore job, but some migrations may end up relying on the dropped operators. We should run this function independently before the deploy to ensure the operators exist in test before deploying data so we can catch any errors before getting to prod.

This is probably true for everything in thedeployProdData() target of the deploy-data.sh

Can be done with a helm job