fix: полный продакшен-фикс dashboard/peer/hysteria по fix35
This commit is contained in:
@@ -5,7 +5,6 @@ type TrafficAggregateDaily struct {
|
||||
DayStart *int64 `gorm:"column:day_start;default:0;primaryKey" json:"dayStart"`
|
||||
RxBytes *int64 `gorm:"column:rx_bytes;default:0" json:"rxBytes"`
|
||||
TxBytes *int64 `gorm:"column:tx_bytes;default:0" json:"txBytes"`
|
||||
BaseEntity `gorm:"embedded"`
|
||||
}
|
||||
|
||||
func (TrafficAggregateDaily) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user