From 4db433a567e01f54cccd9592422f3b837841e4c0 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Fri, 29 Jul 2022 17:26:15 +0800 Subject: [PATCH] =?UTF-8?q?sp=20=E8=B6=85=E7=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/0.0.1/data/1_update_user_dep_data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/0.0.1/data/1_update_user_dep_data.sql b/scripts/0.0.1/data/1_update_user_dep_data.sql index 32a99135..056a5614 100644 --- a/scripts/0.0.1/data/1_update_user_dep_data.sql +++ b/scripts/0.0.1/data/1_update_user_dep_data.sql @@ -5,4 +5,4 @@ INSERT INTO "department" VALUES (1, '默认部门', NULL, false); -- ---------------------------- -- Records of user -- ---------------------------- -INSERT INTO "user" VALUES (1, '管理员', 'SuperAdmin', 'e10adc3949ba59abbe56e057f20f883e', 1, 'f', NULL, 'SuperAdmin', NULL, TRUE); \ No newline at end of file +INSERT INTO "user" VALUES (1, '管理员', 'SuperAdmin', 'e10adc3949ba59abbe56e057f20f883e', 1, 'f', 'sp', 'SuperAdmin', NULL, TRUE); \ No newline at end of file