This website requires JavaScript.
Explore
Help
Sign in
Zynh0722
/
nyazoom
Watch
1
Star
0
Fork
You've already forked nyazoom
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
7825f38e7a
nyazoom
/
queries
/
records
/
increment_downloads.sql
4 lines
66 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat: increment_download query
2024-11-16 06:17:40 +00:00
UPDATE
record
SET
downloads
=
downloads
+
1
fix: semicolon on increment downloads query
2024-11-20 04:42:48 +00:00
WHERE
cache_name
=
?
;
Reference in a new issue
Copy permalink