feat: increment_download query
This commit is contained in:
parent
a3112d96ae
commit
7338b3c31f
1 changed files with 3 additions and 0 deletions
3
queries/records/increment_download.sql
Normal file
3
queries/records/increment_download.sql
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
UPDATE record
|
||||||
|
SET downloads = downloads + 1
|
||||||
|
WHERE id = ?
|
Loading…
Reference in a new issue