fix: semicolon on increment downloads query
This commit is contained in:
parent
1e3e53aa6d
commit
b70d988c9d
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
UPDATE record
|
||||
SET downloads = downloads + 1
|
||||
WHERE cache_name = ?
|
||||
WHERE cache_name = ?;
|
||||
|
|
Loading…
Reference in a new issue