fix: upgrade option sql commit

This commit is contained in:
2023-11-01 18:04:43 +08:00
parent 65e3504c81
commit 9801833ac4
14 changed files with 1929 additions and 438 deletions

View File

@@ -0,0 +1,11 @@
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);
SET FOREIGN_KEY_CHECKS=1;