upadted to 1.24.0; fixed stb and spiddped doubles in precene
This commit is contained in:
@@ -21,7 +21,7 @@ type Type string
|
||||
)*/
|
||||
|
||||
type ExternalSources struct {
|
||||
Id int `json:"id" db:"id"`
|
||||
Id int64 `json:"id" db:"id"`
|
||||
Type string `json:"type" db:"type"`
|
||||
TypeId int `json:"type_id" db:"type_id"`
|
||||
Title string `json:"title" db:"title"`
|
||||
|
||||
Reference in New Issue
Block a user