feat: 增加sqlite sql 脚本

This commit is contained in:
rikugun
2020-04-12 11:18:58 +08:00
parent 2ced68a865
commit 9b659dafc9
20 changed files with 8122 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
INSERT INTO sys_authorities (authority_id,authority_name,parent_id,created_at,updated_at,deleted_at) VALUES (
'888','普通用户','0',1585971896000,NULL,NULL);
INSERT INTO sys_authorities (authority_id,authority_name,parent_id,created_at,updated_at,deleted_at) VALUES (
'8881','普通用户子角色','888',1585971896000,NULL,NULL);
INSERT INTO sys_authorities (authority_id,authority_name,parent_id,created_at,updated_at,deleted_at) VALUES (
'9528','测试角色','0',1585971896000,NULL,NULL);