Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Bin29/ManimCat
Bin29
/
ManimCat-show
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ManimCat-show
/
src
/
database
/
migrations
/
004_add_studio_session_metadata.sql
Bin29
Sync from main: efa82f3 feat: add studio session history persistence
306888f
about 11 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;