mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
fix in File model (remove a comment that irritated swaggo)
This commit is contained in:
parent
9bc9dc6b5d
commit
ccdbea918f
1 changed files with 0 additions and 2 deletions
|
@ -150,8 +150,6 @@ type File struct {
|
|||
ID uint `gorm:"primary_key;auto_increment"`
|
||||
// Name of file
|
||||
Name string `gorm:"not null"`
|
||||
// Path at which file is saved at server side
|
||||
//Path string `gorm:"not null"`
|
||||
// Type of file (MIME type)
|
||||
Type string `gorm:"not null"`
|
||||
// Size of file (in byte)
|
||||
|
|
Loading…
Add table
Reference in a new issue