Update database.sql

This commit is contained in:
wangchen147 2023-11-29 18:23:53 +08:00
parent ea7e502cb8
commit f2765e9a1f

View File

@ -879,7 +879,7 @@ UPDATE `site` SET site_id = 0 WHERE site_id = 1;
ALTER TABLE `site` MODIFY COLUMN site_id INT AUTO_INCREMENT PRIMARY KEY;
-- INSERT INTO `sys_user` VALUES ('1', '', '', '', '', '', '0', '0', '0', '1', '0', '0', '0');
INSERT INTO `sys_user` VALUES ('1', '', '', '', '', '', '0', '0', '0', '1', '0', '0', '0');
INSERT INTO `sys_user_role` VALUES ('1', '1', '0', '', '0', '1', '1');