chore: add docstring to explain what the migration method does

This commit is contained in:
Matthias
2025-04-27 09:12:39 +02:00
parent 6e83890a13
commit 22ba0e61e3

View File

@@ -4,6 +4,9 @@ from freqtrade.util.migrations.funding_rate_mig import migrate_funding_fee_timef
def migrate_data(config, exchange: Exchange | None = None):
"""
Migrate persisted data from old formats to new formats
"""
migrate_binance_futures_data(config)
migrate_funding_fee_timeframe(config, exchange)