Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AZLABS
/
admin
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
admin
/
data
/
migrations
/
admin_2020_08_04_092427_ms.sql
AZLABS
Upload folder using huggingface_hub
530729e
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
ALTER
TABLE
goadmin_menu
ADD
plugin_name
varchar
(
150
)
NOT
NULL
DEFAULT
''
,
ADD
uuid
varchar
(
150
)
NOT
NULL
DEFAULT
''
;