Simplify user management

This commit is contained in:
2026-01-23 22:37:36 +01:00
parent 16ac84eaf9
commit 6ed4dec4f0
2 changed files with 2 additions and 20 deletions

View File

@@ -15,7 +15,6 @@ type Sheet struct {
FilePath string `json:"file_path" gorm:"not null"`
FileSize int64 `json:"file_size"`
FileHash uint64 `json:"file_hash"`
User User `json:"user" gorm:"foreignKey:UserID"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
DeletedAt gorm.DeletedAt `json:"-" gorm:"index"`