Skip to content

Commit

Permalink
edit blockchain ex info model
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksiomo committed Aug 2, 2024
1 parent e5b1c84 commit c8edf1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/research.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ type BlockchainExtendedInfo struct {
LogoLink string
ExplorerLink string
IsActive bool `gorm:"default:true"`
IgnoreCase bool `gorm:"default:false"`
AssetID sql.NullInt64
Asset Asset
ConsensusAlgorithmTags []ConsensusAlgorithmTag `gorm:"foreignKey:EntityID;references:ID"`
Expand Down

0 comments on commit c8edf1b

Please sign in to comment.