Add support for int.int unix timestamps
This commit is contained in:
parent
2e7870df5d
commit
0c0edfe2b8
5 changed files with 41 additions and 4 deletions
|
@ -99,7 +99,7 @@ func InsertSets(sets Sets) {
|
|||
)
|
||||
}
|
||||
|
||||
err := db.Exec(q)
|
||||
_, err := db.Exec(q)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue