Skip to content

Commit

Permalink
!1283 合入1.5分支
Browse files Browse the repository at this point in the history
Merge pull request !1283 from 张海龙/master
  • Loading branch information
zhanghailong22 authored and gitee-org committed Dec 30, 2021
2 parents 64383d5 + 31f6461 commit d6c6cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/developerdb-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
insert into tbl_capability_group(id,name,name_en,type,author,create_time,update_time)values('0a96b3f8-72a8-4373-a129-cc30329e73bf','3GPP','3GPP','STANDARD','admin',1628239515017,1628239515017)ON CONFLICT(id) do nothing;
insert into tbl_capability_group(id,name,name_en,type,author,create_time,update_time)values('24b9aa35-ec95-4827-a6ae-213d581bf9f2','ETSI','ETSI','STANDARD','admin',1628239515017,1628239515017)ON CONFLICT(id) do nothing;
insert into tbl_capability_group(id,name,name_en,type,author,create_time,update_time)values('4466a11e-c213-40ef-9d28-1907b63b8844','公共框架','Public framework','OPENMEP','admin',1628239515017,1628239515017)ON CONFLICT(id) do nothing;
insert into tbl_capability_group(id,name,name_en,type,author,create_time,update_time)values('293bebd8-a226-4df6-adff-2d4bed7b08d3','数据库','DateBase','OPENMEP','admin',1628239515017,1628239515017)ON CONFLICT(id) do nothing;
insert into tbl_capability_group(id,name,name_en,type,author,create_time,update_time)values('293bebd8-a226-4df6-adff-2d4bed7b08d3','数据库','DataBase','OPENMEP','admin',1628239515017,1628239515017)ON CONFLICT(id) do nothing;
insert into tbl_capability_group(id,name,name_en,type,author,create_time,update_time)values('ab88bc3a-e1c0-4d0d-a4e5-242902f39b12','AI能力','AI capabilities','OPENMEP','admin',1628239515017,1628239515017)ON CONFLICT(id) do nothing;
insert into tbl_capability_group(id,name,name_en,type,author,create_time,update_time)values('4dba5f43-d802-4ec2-89c5-a2b5d3ffa5fd','视频处理','Video processing','OPENMEP','admin',1628239515017,1628239515017)ON CONFLICT(id) do nothing;

Expand Down

0 comments on commit d6c6cc0

Please sign in to comment.