Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
develop
deveco-code
/
packages
/
opencode
/
migration
/
20260511000411_data_migration_state
/
migration.sql
下载
anieo
sync: OpenCode v1.14.47 -> v1.14.48
1accfb04
创建于
20 天前
历史提交
CREATE TABLE
`data_migration` (
`name` text
PRIMARY KEY
,
`time_completed`
integer
NOT NULL
);