feat: 增加sqlite sql 脚本

This commit is contained in:
rikugun
2020-04-12 11:18:58 +08:00
parent ae3b3b3579
commit 7c48de76c4
20 changed files with 8122 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
'888','888');
INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
'888','8881');
INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
'888','9528');
INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
'9528','8881');
INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
'9528','9528');