-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently in our team we are using an in-house implemented db changes which behaves almost 100% as schemachange, and that was the reason for decision to adopt schemachange.
One of missing features is a configurable action on the "Script Checksum" check outcome. In our system we have three options:
- ERROR - we use it for deployments to master/cert/prod branches
- EXECUTE - we use for feature branches
- IGNORE - this is the schemachange's behaviour and we don't use it at all
Describe the solution you'd like
- If we had the SCRIPT_CHECKSUM_CHANGED_ACTION=ERROR, we would guard ourself from unwanted changes and still know about them, since the CI/CD pipeline would fail.
- If we had the SCRIPT_CHECKSUM_CHANGED_ACTION=EXECUTE - the development cycle would be quicker, since a developer won't need help from a DBA to deal with applied changes log
Describe alternatives you've considered
I didn't find any alternatives
Additional context
No additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request