mule/tasks/gen_migration
Generate Mule migration files for an external migration runner.
Run: gleam run -m mule/tasks/gen_migration -- <dir> [--format cigogne|plain] [--prefix <schema>]
Reads the versioned SQL from mule/engines/postgres/migration and writes
one file per schema version into
migration.migrate.
--prefix qualifies every table with a Postgres schema other than
public (Oban’s prefix: option); the first file then also creates the
schema. Pair it with the engine’s new_with_prefix.