Deprecate bad quality flag
This commit is contained in:
parent
7f9c172853
commit
f12114c296
3 changed files with 3 additions and 34 deletions
|
@ -21,8 +21,6 @@ type Book struct {
|
|||
Active bool
|
||||
UploadDate time.Time
|
||||
Tsv string
|
||||
//BadQuality int `bad_quality`
|
||||
BadQualityReporters []string `sql:"-"` // TODO: deprecate??
|
||||
}
|
||||
|
||||
// TODO: missing history
|
||||
|
|
Reference in a new issue