Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: added ability to append sql that should be run in the end of an import #239

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

welrachid
Copy link

This is relevant when you want to anonymize some of the dumps you do, but in a development enviroment you probably want to auto-set some values in different columns based on types.

From our own example:
We would like to autoset some integration parameters depending on the"module" that is being used. When we have a ton of different modules and multiple entries in a db, this list is typically autogenerated. Using this append sql we are able to do some updates after an import of those values.

Not sure if other people would benefit from this, but i thougt i would like to share our change to the dumper so others could benefit from it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants