feat: new record query
This commit is contained in:
parent
9a664a4771
commit
a3112d96ae
1 changed files with 2 additions and 0 deletions
2
queries/records/new.sql
Normal file
2
queries/records/new.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
INSERT INTO records (file_path, max_downloads)
|
||||
VALUES (?, ?);
|
Loading…
Reference in a new issue