Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Bin29
/
ManimCat
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ManimCat
/
src
/
database
/
migrations
/
004_add_studio_session_metadata.sql
Bin29
Sync from main: c1ef036 chore: document docker persistence volumes
94e1b2f
about 4 hours ago
raw
Copy download link
history
blame
contribute
delete
82 Bytes
alter
table
if
exists
studio_sessions
add
column
if
not
exists
metadata jsonb;