Started a repository of the uploads
This commit is contained in:
parent
6b697e008f
commit
0a9af9cde8
11 changed files with 101 additions and 15 deletions
|
|
@ -11,4 +11,7 @@ INSERT INTO pending_uploads (
|
|||
mime_type,
|
||||
upload_started_at
|
||||
) VALUES (?, ?, ?, ?, ?, ?, ?)
|
||||
RETURNING id;
|
||||
RETURNING id;
|
||||
|
||||
-- name: DeletePendingUpload :exec
|
||||
DELETE FROM pending_uploads WHERE guid = ?;
|
||||
Loading…
Add table
Add a link
Reference in a new issue