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

Update schema diff #122

Closed
eminano opened this issue Jan 24, 2025 · 0 comments · Fixed by #131
Closed

Update schema diff #122

eminano opened this issue Jan 24, 2025 · 0 comments · Fixed by #131

Comments

@eminano
Copy link
Collaborator

eminano commented Jan 24, 2025

Currently the schema diff only includes tables removed, columns added and identity(primary key/unique not null columns) changes.
Expand it so that it covers other DDL operations, including but not limited to:

  • Column name changes
  • Column type changes
  • Column default changes
  • Column null changes
  • Column unique changes
  • Column removed
  • Tables added
@eminano eminano changed the title Add schema diff Update schema diff Jan 24, 2025
@eminano eminano linked a pull request Feb 6, 2025 that will close this issue
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 a pull request may close this issue.

1 participant