fix(backend): fix fetch sql insertion
This commit is contained in:
parent
f13790e58b
commit
6f547d4c83
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ func (conn *Conn) InsertWebFetchEvent(sessionID uint64, savePayload bool, e *Fet
|
|||
duration, success
|
||||
) VALUES (
|
||||
$1, $2, $3,
|
||||
$4, $5, $6, $7
|
||||
$4, $5, $6, $7,
|
||||
$8, $9, $10::smallint, NULLIF($11, '')::http_method,
|
||||
$12, $13
|
||||
) ON CONFLICT DO NOTHING`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue