From f2765e9a1f270cedd277da0b3d9e056848fb8dd1 Mon Sep 17 00:00:00 2001 From: wangchen147 <30853657+wangchen147@users.noreply.github.com> Date: Wed, 29 Nov 2023 18:23:53 +0800 Subject: [PATCH] Update database.sql --- niucloud/app/install/source/database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niucloud/app/install/source/database.sql b/niucloud/app/install/source/database.sql index 78f121faa..105af97f1 100644 --- a/niucloud/app/install/source/database.sql +++ b/niucloud/app/install/source/database.sql @@ -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');