How to check for non-backwards compatible schema changes
I want to create a check in my CI pipeline to see if there is a schema change that is not backwards compatible. How can I do this?
I see there is a command for
drizzle-kit check:{dialect}
, but that doesn't really solve my use case.
Basically what I want to know is whether or not the schema change I have will work without truncation of tables.0 Replies