Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jack698
/
velo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
velo
/
bin
/
migration_v0.2-v0.3.sql
Jack698
Upload folder using huggingface_hub
adc1e1c
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
118 Bytes
UPDATE
users
SET
quota
=
quota
+
(
SELECT
SUM
(remain_quota)
FROM
tokens
WHERE
tokens.user_id
=
users.id
)