Documentation ¶ Index ¶ func Migrate(tx *gorm.DB) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Migrate ¶ func Migrate(tx *gorm.DB) error Migrate adds an extra state 'confirmed_missing_receipt' to eth_txes_state. Due to gorm limitations we cannot use postgres' "add to enum" functionality and have to do an expensive type switcheroo instead Types ¶ This section is empty. Source Files ¶ View all Source files migrate.go Click to show internal directories. Click to hide internal directories.