Gitiles
Code Review
Sign In
source.supwisdom.com
/
institute
/
deploy-open-platform
/
refs/heads/1.1.x
/
.
/
deploy-manifests
/
1.1.0001.init-ability.sql
blob: 7ba769f572c695d0eb9a52cd2dd0ade455f0cc42 [
file
] [
log
] [
blame
]
-- 1.1.init-ability.sql
insert
into
TB_DEV_ABILITY
(
ID
,
DELETED
,
ADD_ACCOUNT
,
NAME
,
DESCRIPTION
,
ENABLED
)
values
(
'smp'
,
0
,
'init'
,
'电子签章'
,
'电子签章(天威)'
,
1
);
commit
;