Insert/update statements not executed during migrations
Hi.
Does Drizzle support DML statements when running migrations? My use case is to add a new column, populate it and then make it not null.
Does Drizzle support DML statements when running migrations? My use case is to add a new column, populate it and then make it not null.