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
31e2cab280
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 13:13:28 +00:00
INSERT
INTO
records
(
cache_name
,
max_downloads
)
feat: new record query
2024-11-16 06:05:36 +00:00
VALUES
(
?
,
?
)
;
Reference in a new issue
Copy permalink