pub async fn apply_migrations<M: MigratorTrait>(url: &str)Expand description
Run each migration’s up without sea-orm’s version tracker.
Sova packs several migrations per migration.rs; DeriveMigrationName uses
file!() stem, so MigratorTrait::up would collide on seaql_migrations.version.