pub(crate) async fn migrate_to_v9(
ctx: GeneralDbMigrationFnContext<'_>,
) -> Result<(), DbMigrationError>Expand description
Adds payment_policies to the federation configs. Every gateway performed
every kind of payment before the setting existed, so the migrated records
carry no restriction.