cloudspannerecosystem / wrench

wrench - Schema management tool for Cloud Spanner -
MIT License
238 stars 47 forks source link

Support INSERT statements in migration scripts #35

Open RoryQ opened 4 years ago

RoryQ commented 4 years ago

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

KaffeMyers commented 5 months ago

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?