forked from Gitlink/microservices
10 lines
369 B
SQL
10 lines
369 B
SQL
-- issue:https://www.gitlink.org.cn/Gitlink/forgeplus/issues/3240
|
|
update `ruoyi-gitlink`.sys_dict_data
|
|
set dict_label='复刻(Fork)数'
|
|
where dict_value = 'forked_count'
|
|
and dict_type = 'gitlink_project_properties';
|
|
|
|
update `ruoyi-gitlink`.sys_dict_data
|
|
set dict_label='项目更新时间'
|
|
where dict_value = 'time_ago'
|
|
and dict_type = 'gitlink_project_properties'; |