Is there any prior art for migrating from one #database migration system to another one? Like for example between #seaorm, #diesel or #toasty, each of which brings their own migration tooling? I'm migrating a service which has not seen widespread use yet, and I'm uncertain how much work I should invest into providing smooth (=fully automated) migration path with SQL statements that contain difficult to build and understand conditions, vs. just writing a migration guide with manual steps.
ใใฎใใผใซใผใใปใใใ