fix: update vue3 sql

This commit is contained in:
2023-11-01 14:13:44 +08:00
parent 73f3d550a7
commit 3e2b9d776e
13 changed files with 1925 additions and 424 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;