Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
develop
deveco-code
/
packages
/
opencode
/
migration
/
20260507164347_add_workspace_time
/
migration.sql
下载
anieo
sync: OpenCode v1.14.43 -> v1.14.44
4b919484
创建于
20 天前
历史提交
ALTER TABLE
`workspace`
ADD
`time_used`
integer
NOT NULL
DEFAULT
0
;