fix: upgrade option sql commit
This commit is contained in:
11
database/upgrade/upg_sys_user_role.sql
Normal file
11
database/upgrade/upg_sys_user_role.sql
Normal 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;
|
||||
Reference in New Issue
Block a user