fix in File model (remove a comment that irritated swaggo)

This commit is contained in:
Sonja Happ 2019-07-04 11:44:18 +02:00
parent 9bc9dc6b5d
commit ccdbea918f

View file

@ -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)