Method MigrateAllAsync(IRedbService, ISqlDialectPro, Assembly, bool, string?)
Execute all migrations from assembly for all found types.
Example:
await redb.MigrateAllAsync(dialect, typeof(OrderProps).Assembly);
public static Task<Dictionary<Type, List<MigrationResult>>> MigrateAllAsync(this IRedbService redb, ISqlDialectPro dialect, Assembly assembly, bool dryRun = false, string? appliedBy = null)