`drizzle-kit --custom` is not giving me a blank migration file
I'm doing the following:
But it's not giving me a blank migration sql file. It's just doing nothing:
Am I misunderstanding what
--custom
is supposed to do? Is this a bug I should report? What am I doing wrong?3 Replies
From my understanding
--custom
is when you want to write a custom migration file without drizzle-kit
generating anything.--custom
should create a blank *.sql
file in your migration folder. If it's not doing that, ti might be a bugYeah, it's not doing it, though I haven't tried since the 4th. I'll check it out and if it's still doing it, report it