Deprecate bad quality flag

This commit is contained in:
Las Zenow 2016-07-30 07:46:35 -04:00
parent 7f9c172853
commit f12114c296
3 changed files with 3 additions and 34 deletions

View file

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