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

Allow ignoring unchanged values #10

Closed
ps2goat opened this issue May 29, 2018 · 1 comment
Closed

Allow ignoring unchanged values #10

ps2goat opened this issue May 29, 2018 · 1 comment

Comments

@ps2goat
Copy link
Contributor

ps2goat commented May 29, 2018

I've been using this for awhile, and it works well. However, I'd like to see an option to ignore any unchanged rows for simplicity's sake. We have issues with the amount of records stored in the history tables due to updates where no information has changed.

I agree that the best place for this is technically in the app code, but that would be more tedious and involve numerous apps and table/entity checks. Putting the check in the versioning function itself seems like the best place (at least within our tech stack) for speed of development.

@paolochiodi
Copy link
Member

The PR with the proposed change has been merged.

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

No branches or pull requests

2 participants