Police-Data-Accessibility-Project / prod-to-dev-migration

Regularly migrates production database and schema to development database
1 stars 0 forks source link

Ensure loading of dev scripts properly errors out whole build in case of error #11

Closed maxachis closed 2 months ago

maxachis commented 2 months ago

Recently discovered a bug where a syntax error in dev_scripts.sql caused certain dev database changes to not occur, but an error was not declared and the rest of the pipeline ran. Need to fix this so that, if an error occurs in dev_scripts, the whole pipeline throws an error.

maxachis commented 2 months ago

Resolved as of #13