Skip to content

Commit

Permalink
📝 修改初始化sql.
Browse files Browse the repository at this point in the history
  • Loading branch information
lijiahangmax committed Sep 30, 2024
1 parent 3b1d6ab commit 76aa64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/init-4-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ INSERT INTO `system_role` VALUES (1, '管理员', 'admin', 1, '2023-07-16 21:13:
INSERT INTO `system_user_role` VALUES (1, 1, 1, '2023-07-16 21:15:49', '2023-07-17 18:18:02', '1', '1', 0);

-- 系统设置
INSERT INTO `system_setting` VALUES (1, 'SFTP', 'previewSize', '{\"value\": 2}', '2024-09-27 17:33:05', '2024-09-27 17:33:21', '1', '1', 0);
INSERT INTO `system_setting` VALUES (1, 'SFTP', 'preview', '{\"size\": 2}', '2024-09-27 17:33:05', '2024-09-27 17:33:21', '1', '1', 0);

-- 字典项
INSERT INTO `dict_key` VALUES (1, 'operatorLogModule', 'STRING', '[]', '操作日志模块', '2023-10-21 02:04:22', '2023-10-30 14:11:38', '1', '1', 0);
Expand Down

0 comments on commit 76aa64f

Please sign in to comment.