modified: main_dc/yalarba/api_yal/internal/models/base.go

modified:   "main_dc/yalarba/api_yal/internal/models/\320\276bject.go"
delete UpdateHistory from base struct
This commit is contained in:
2026-02-11 06:46:16 +05:00
parent 49b9805cbe
commit 9ae4eeb33f
2 changed files with 4 additions and 4 deletions
@@ -10,5 +10,4 @@ type Base struct {
CreatedAt time.Time `json:"created_at,omitempty"`
UpdatedAt time.Time `json:"updated_at,omitempty"`
DeletedAt gorm.DeletedAt `gorm:"index" json:"-"`
UpdateHistories []UpdateHistory `gorm:"polymorphic:Model" json:"-"`
}