fix hashed files not containing addon ID
This commit is contained in:
BIN
crawler - kopie.db
Normal file
BIN
crawler - kopie.db
Normal file
Binary file not shown.
BIN
crawler.db
Normal file
BIN
crawler.db
Normal file
Binary file not shown.
@@ -6,6 +6,6 @@ type AddonFile struct {
|
|||||||
gorm.Model
|
gorm.Model
|
||||||
Path string `json:"path"`
|
Path string `json:"path"`
|
||||||
Hash string `json:"hash" gorm:"index"`
|
Hash string `json:"hash" gorm:"index"`
|
||||||
AddonID string `json:"-"`
|
AddonID string `json:"addonid" gorm:"index"`
|
||||||
Version string `json:"version"`
|
Version string `json:"version"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user