Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
div-wang
/
wewe-rss
like
0
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
wewe-rss
/
apps
/
server
/
prisma-sqlite
/
migrations
/
20241214172323_has_history
/
migration.sql
div-wang
上传文件
95d29a5
verified
20 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
Wrap lines
78 Bytes
-- AlterTable
ALTER
TABLE
"feeds"
ADD
COLUMN
"has_history"
INTEGER
DEFAULT
1
;