Skip to content

Commit

Permalink
temp remove slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zagarazhi committed Aug 8, 2024
1 parent e6c9269 commit 0ab80a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shared/research.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,6 @@ type ResearchPair struct {
QuoteAssetId uint64 `json:"quoteAssetId" gorm:"uniqueIndex:pair_idx"`
BaseAssetType string `json:"baseAssetType" gorm:"uniqueIndex:pair_idx"`
QuoteAssetType string `json:"qouteAssetType" gorm:"uniqueIndex:pair_idx"`
BaseAssetSlug string `json:"baseAssetSlug"`
QuoteAssetSlug string `json:"quoteAssetSlug"`
MarketType string `json:"marketType"`
ExchangeID uint64 `gorm:"uniqueIndex:pair_idx"`
Exchange Exchange `gorm:"foreignKey:ExchangeID;references:ID"`
Expand Down

0 comments on commit 0ab80a3

Please sign in to comment.