This commit is contained in:
2023-11-07 17:28:22 +08:00
parent 78e5637481
commit 272267bf98
2 changed files with 16 additions and 0 deletions

View File

@@ -8,4 +8,12 @@ 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;

View File

@@ -8,4 +8,12 @@ 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;