.. |
20200721225616_trades.sql
|
add sqlite3 migrations
|
2021-02-05 14:15:28 +08:00 |
20200819054742_trade_index.sql
|
add script for testing sqlite3 migration
|
2021-02-05 14:20:07 +08:00 |
20201102222546_orders.sql
|
add sqlite3 migrations
|
2021-02-05 14:15:28 +08:00 |
20201103173342_trades_add_order_id.sql
|
migrations/sqlite3: fix sqlite3 alter syntax
|
2021-02-06 11:22:04 +08:00 |
20201105092857_trades_index_fix.sql
|
add script for testing sqlite3 migration
|
2021-02-05 14:20:07 +08:00 |
20201105093056_orders_add_index.sql
|
add sqlite3 migrations
|
2021-02-05 14:15:28 +08:00 |
20201106114742_klines.sql
|
add kline indexes for sqlite3
|
2021-06-01 01:48:11 +08:00 |
20201211175751_fix_symbol_length.sql
|
add sqlite3 migrations
|
2021-02-05 14:15:28 +08:00 |
20210118163847_fix_unique_index.sql
|
add sqlite3 migrations
|
2021-02-05 14:15:28 +08:00 |
20210119232826_add_margin_columns.sql
|
add sqlite3 migrations
|
2021-02-05 14:15:28 +08:00 |
20210129182704_trade_price_quantity_index.sql
|
add sqlite3 migrations
|
2021-02-05 14:15:28 +08:00 |
20210215203111_add_pnl_column.sql
|
add strategy column
|
2021-02-15 20:35:27 +08:00 |
20210223080622_add_rewards_table.sql
|
integrate reward service into the sync service
|
2021-02-23 16:39:48 +08:00 |
20210301140656_add_withdraws_table.sql
|
migration: extend tx id and address size
|
2021-03-14 11:18:22 +08:00 |
20210307201830_add_deposits_table.sql
|
migration: extend tx id and address size
|
2021-03-14 11:18:22 +08:00 |
20210531234123_add_kline_taker_buy_columns.sql
|
fix kline record insert fields
|
2021-06-01 01:39:23 +08:00 |
20211204014905_update_taker_buy_base_volumn.sql
|
fix #288 for adding migration
|
2021-12-04 02:05:02 +00:00 |
20211205162302_add_is_futures_column.sql
|
add is_futures column migration sql
|
2021-12-08 19:39:00 +08:00 |
20211211020303_add_ftx_kline.sql
|
exchange:
|
2021-12-11 02:11:01 +08:00 |
20211211034818_add_nav_history_details.sql
|
account: add nav_history_details and account_service for #302
|
2021-12-14 08:09:18 +08:00 |
20211211103657_update_fee_currency_length.sql
|
doc: update readme document for migration
|
2021-12-11 10:41:15 +08:00 |