Skip to content

Commit

Permalink
fixed backup issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Carver committed Nov 22, 2023
1 parent 1cd8b74 commit fe87e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysproduction/backup_db_to_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_data_and_create_csv_directories(logname):
get_class_for_data_type(FUTURES_CONTRACT_PRICE_DATA),
get_class_for_data_type(FUTURES_MULTIPLE_PRICE_DATA),
get_class_for_data_type(FX_DATA),
get_class_for_data_type(SPREAD_DATA),
get_class_for_data_type(STORED_SPREAD_DATA),
get_class_for_data_type(BROKER_HISTORIC_ORDERS_DATA),
get_class_for_data_type(CONTRACT_HISTORIC_ORDERS_DATA),
get_class_for_data_type(STRATEGY_HISTORIC_ORDERS_DATA),
Expand All @@ -141,7 +141,7 @@ def get_data_and_create_csv_directories(logname):
get_class_for_data_type(FUTURES_CONTRACT_DATA),
get_class_for_data_type(OPTIMAL_POSITION_DATA),
get_class_for_data_type(ROLL_STATE_DATA),
get_class_for_data_type(SPREAD_DATA),
get_class_for_data_type(HISTORIC_SPREAD_DATA),
],
use_prefix="db",
)
Expand Down

0 comments on commit fe87e20

Please sign in to comment.