generate command has an option that intentionally ignores pending migrations in generating a new migration, and it can breaks the linear consistency of migrations.
To check if the available migrations are not broken, hope kyrage offers some feature to check or lint them without affecting the production database.
generatecommand has an option that intentionally ignores pending migrations in generating a new migration, and it can breaks the linear consistency of migrations.To check if the available migrations are not broken, hope kyrage offers some feature to check or lint them without affecting the production database.