commit | 831fbf7a3b51c7093af50fed4e8a45eb1a5c4c23 | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周六 11月 06 09:31:10 2021 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周六 11月 06 09:31:10 2021 +0800 |
tree | 014c620608974f9ad6a7c6937008ce0b64f332c8 | |
parent | f976f10696c2f949e9d5b5338e097ac16e463a68 [diff] [blame] |
feat: 初始数据 sql脚本
diff --git a/deploy-manifests/1.1.init-ability.sql b/deploy-manifests/1.1.init-ability.sql new file mode 100644 index 0000000..7ba769f --- /dev/null +++ b/deploy-manifests/1.1.init-ability.sql
@@ -0,0 +1,7 @@ +-- 1.1.init-ability.sql + + +insert into TB_DEV_ABILITY (ID, DELETED, ADD_ACCOUNT, NAME, DESCRIPTION, ENABLED) +values ('smp', 0, 'init', '电子签章', '电子签章(天威)', 1); + +commit;