This website requires JavaScript.
Explore
Help
Sign in
Zynh0722
/
nyazoom
Watch
2
Star
0
Fork
You've already forked nyazoom
0
Code
Issues
3
Pull requests
Projects
Releases
Packages
Wiki
Activity
805723f10d
nyazoom
/
queries
/
records
/
new_record.sql
3 lines
63 B
MySQL
Raw
Normal View
History
Unescape
Escape
breaking: cache_name on records table
2024-11-16 05:13:28 -08:00
INSERT
INTO
records
(
cache_name
,
max_downloads
)
feat: new record query
2024-11-15 22:05:36 -08:00
VALUES
(
?
,
?
)
;
Reference in a new issue
Copy permalink