You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
This sounds good, but it's not as simple as checking to see if there is any difference between two SQL commands. Different tools create different CREATE TABLE statements when exporting, so simply comparing the resulting SQL is not enough. The two CREATE TABLE commands have to actually be parsed and interpreted column by column, index by index, etc. I will look into existing tools to see what would be the best way of doing this.
When the system loads, it should compare the filesystem schema to the database schema so that objects that differ can be highlighted.
The text was updated successfully, but these errors were encountered: