db:push -> deploy request workflow for managing schema changes, which I like a lot. This doesn't handle modifications to existing data however, so I still need a way to run a set of SQL commands against an existing database exactly once.drizzle-kit generate:mysql --custom, but this doesn't generate an empty SQL file for me like the docs say it will. On first run it creates all the tables in my schema, and subsequently it says there aren't any changes to make and it does nothing. (In other words it seems to ignore the --custom flag).drizzle-kit generate, and since drizzle thinks a schema change is needed it will actually generate a SQL file--custom flag is a bug, though. I've got an issue open on drizzle-kit's github about it (dont dox me pls)