style: 数据库脚本用户初始绑定部门100

This commit is contained in:
TsMask
2024-06-06 11:35:24 +08:00
parent 725f95c729
commit f9644f01d8
2 changed files with 4 additions and 6 deletions

View File

@@ -23,8 +23,6 @@ CREATE TABLE IF NOT EXISTS `omc_db`.`sys_user` (
PRIMARY KEY (`user_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=100 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='用户信息表';
--DELETE FROM `omc_db`.`sys_user` WHERE `user_id` IN (1,2);
INSERT IGNORE INTO
`omc_db`.`sys_user` (
`user_id`,