feat: 增加sqlite sql 脚本
This commit is contained in:
10
server/db/sqlite/sys_data_authority_id.sql
Normal file
10
server/db/sqlite/sys_data_authority_id.sql
Normal 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');
|
Reference in New Issue
Block a user