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

Validate schema diff #29

Merged
merged 5 commits into from
Mar 15, 2024
Merged

Validate schema diff #29

merged 5 commits into from
Mar 15, 2024

Conversation

wwoytenko
Copy link
Contributor

Implemented previous dump diff.

The dump diff may raise the next change events:

  • TableMovedToAnotherSchema
  • TableRenamed
  • TableCreated
  • ColumnCreated
  • ColumnRenamed
  • ColumnTypeChanged

The column removal and table removal are not checked because the data leakage may be caused only by new columns and new tables

wwoytenko and others added 2 commits March 15, 2024 18:43
Implemented previous backup schema diff that might be performed by the option `--schema`
@wwoytenko wwoytenko self-assigned this Mar 15, 2024
@wwoytenko wwoytenko merged commit 6af4717 into main Mar 15, 2024
2 checks passed
@wwoytenko wwoytenko deleted the validate_schema_diff branch March 15, 2024 21:56
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.

1 participant