diff --git a/crawler - kopie.db b/crawler - kopie.db new file mode 100644 index 0000000..9967c3a Binary files /dev/null and b/crawler - kopie.db differ diff --git a/crawler.db b/crawler.db new file mode 100644 index 0000000..9967c3a Binary files /dev/null and b/crawler.db differ diff --git a/models/addonFiles.go b/models/addonFiles.go index da248b3..cde5d6e 100644 --- a/models/addonFiles.go +++ b/models/addonFiles.go @@ -6,6 +6,6 @@ type AddonFile struct { gorm.Model Path string `json:"path"` Hash string `json:"hash" gorm:"index"` - AddonID string `json:"-"` + AddonID string `json:"addonid" gorm:"index"` Version string `json:"version"` }