Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddMigration ¶
func AddMigration(up, down rockhopper.TransactionHandler)
AddMigration adds a migration.
func AddNamedMigration ¶
func AddNamedMigration(packageName, filename string, up, down rockhopper.TransactionHandler)
AddNamedMigration : Add a named migration.
func Migrations ¶
func Migrations() rockhopper.MigrationSlice
Types ¶
This section is empty.
Source Files ¶
- 20200721225616_trades.go
- 20200819054742_trade_index.go
- 20201102222546_orders.go
- 20201103173342_trades_add_order_id.go
- 20201105092857_trades_index_fix.go
- 20201105093056_orders_add_index.go
- 20201106114742_klines.go
- 20201211175751_fix_symbol_length.go
- 20210118163847_fix_unique_index.go
- 20210119232826_add_margin_columns.go
- 20210129182704_trade_price_quantity_index.go
- 20210215203116_add_pnl_column.go
- 20210223080622_add_rewards_table.go
- 20210301140656_add_withdraws_table.go
- 20210307201830_add_deposits_table.go
- 20210416230730_klines_symbol_length.go
- 20210421091430_increase_symbol_length.go
- 20210421095030_increase_decimal_length.go
- 20210531234123_add_kline_taker_buy_columns.go
- migration_api.go
Click to show internal directories.
Click to hide internal directories.