fix: install ignore into record

This commit is contained in:
2023-11-07 16:58:51 +08:00
parent a79dd399bc
commit 10187f11d7
3 changed files with 19 additions and 19 deletions

View File

@@ -26,7 +26,7 @@ CREATE TABLE IF NOT EXISTS `omc_db`.`sys_user` (
--DELETE FROM `omc_db`.`sys_user` WHERE `user_id` IN (1,2);
INSERT INTO
INSERT IGNORE INTO
`omc_db`.`sys_user` (
`user_id`,
`dept_id`,
@@ -70,7 +70,7 @@ VALUES (
''
);
INSERT INTO
INSERT IGNORE INTO
`omc_db`.`sys_user` (
`user_id`,
`dept_id`,
@@ -114,7 +114,7 @@ VALUES (
''
);
INSERT INTO
INSERT IGNORE INTO
`omc_db`.`sys_user` (
`user_id`,
`dept_id`,
@@ -158,7 +158,7 @@ VALUES (
'manager'
);
INSERT INTO
INSERT IGNORE INTO
`omc_db`.`sys_user` (
`user_id`,
`dept_id`,