removed rename todos

This commit is contained in:
Sam Germain
2022-01-08 03:09:47 -06:00
parent 522496d9e2
commit c61acb9f19
3 changed files with 4 additions and 7 deletions

View File

@@ -74,7 +74,6 @@ def migrate_trades_table(decl_base, inspector, engine, table_back_name: str, col
close_profit_abs = get_column_def(
cols, 'close_profit_abs',
f"(amount * close_rate * (1 - {fee_close})) - {open_trade_value}")
# TODO-lev: update to exit order status
sell_order_status = get_column_def(cols, 'sell_order_status', 'null')
amount_requested = get_column_def(cols, 'amount_requested', 'amount')