diff --git a/db/item_price.go b/db/item_price.go index 52ef988..1c90c8b 100644 --- a/db/item_price.go +++ b/db/item_price.go @@ -13,7 +13,7 @@ type ItemPrice struct { Item *Item Price uint64 ValidFrom time.Time - IsValid bool `gorm:"default:true"` + ValidTo time.Time } var (