add: 打包脚本

This commit is contained in:
TsMask
2024-03-19 16:46:48 +08:00
parent 93754d1c1d
commit 2c6c3ab756
360 changed files with 39437 additions and 62 deletions

View File

@@ -0,0 +1,19 @@
SET FOREIGN_KEY_CHECKS=0;
INSERT IGNORE INTO
`omc_db`.`sys_user_role` (`user_id`, `role_id`)
VALUES (1, 1);
INSERT IGNORE INTO
`omc_db`.`sys_user_role` (`user_id`, `role_id`)
VALUES (2, 2);
INSERT IGNORE INTO
`omc_db`.`sys_user_role` (`user_id`, `role_id`)
VALUES (103, 3);
INSERT IGNORE INTO
`omc_db`.`sys_user_role` (`user_id`, `role_id`)
VALUES (104, 4);
SET FOREIGN_KEY_CHECKS=1;