wrench icon indicating copy to clipboard operation
wrench copied to clipboard

Support INSERT statements in migration scripts

Open RoryQ opened this issue 4 years ago • 1 comments

Currently wrench only supports partitioned DML migration files. But this excludes INSERT statements which is useful for seeding databases with static data.

RoryQ avatar Aug 25 '20 03:08 RoryQ

I see no discussion in here and an PR that was closed down.

I'm pretty much in need of it as I use it for my migration ci process and right off the bat needed to recreate a table (rename primary key) but retain the data, which I find no real option on how to handle in a simple manner without this feature.

Is it not a considered feature improvement?

KaffeMyers avatar May 17 '24 14:05 KaffeMyers