Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadMigrations ¶
func LoadMigrations()
LoadMigrations forces Go to call init() on all the files in this package. The library we use for migrations, go-pg-migrations, needs to be refactored to not use this terrible loading pattern. It's hard to test, can cause weird side effects, and is the reason we need this weird LoadMigrations method
Types ¶
This section is empty.
Source Files
¶
- 20210623152412_create_tables.go
- 20210907001756_derived_keys_update.go
- 20210917204532_nft_transfer_and_burn_update.go
- 20220106162320_create_dao_coin_tables.go
- 20220118103134_update_buy_now_nft_splits_and_fix_dao_types.go
- 20220207000000_create_messaging_group.go
- 20220208104025_transaction_spending_limits.go
- 20220209105715_extra_data_entries.go
- 20220223112847_add_accepted_block_height.go
- 20220309224100_create_dao_coin_limit_order_tables.go
- init.go
Click to show internal directories.
Click to hide internal directories.