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