If user made any manual edits in DDL files or migrations SG now will silently override all files, which can lead to problems.
With new approach we can print a message that file's content is different from what Schema Guru generated (line with date should be omitted) instead of overriding it. And if user specified --force flag it will print message and override files.
If user made any manual edits in DDL files or migrations SG now will silently override all files, which can lead to problems. With new approach we can print a message that file's content is different from what Schema Guru generated (line with date should be omitted) instead of overriding it. And if user specified
--force
flag it will print message and override files.