feat: new record query

This commit is contained in:
Zynh Ludwig 2024-11-15 22:05:36 -08:00
parent 9a664a4771
commit a3112d96ae

2
queries/records/new.sql Normal file
View file

@ -0,0 +1,2 @@
INSERT INTO records (file_path, max_downloads)
VALUES (?, ?);