Skip to content

Commit

Permalink
⚡ 优化, 删除无用导入依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
qraddx committed Mar 21, 2022
1 parent c7ff20d commit 70eb455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/pig.sql
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ CREATE TABLE `sys_post` (
-- Records of sys_post
-- ----------------------------
BEGIN;
INSERT INTO `sys_post` VALUES (1, 'user', '', 2, '0', '2022-03-19 10:05:15', 'admin', '2022-03-19 10:42:28', 'admin', '打工人');
INSERT INTO `sys_post` VALUES (1, 'user', '员工', 2, '0', '2022-03-19 10:05:15', 'admin', '2022-03-19 10:42:28', 'admin', '打工人');
INSERT INTO `sys_post` VALUES (2, 'cto', 'cto', 0, '0', '2022-03-19 10:06:20', 'admin', '2022-03-19 10:06:20', 'admin', 'cto666');
INSERT INTO `sys_post` VALUES (3, 'boss', '董事长', -1, '0', '2022-03-19 10:06:35', 'admin', '2022-03-19 10:42:44', 'admin', '大boss');
COMMIT;
Expand Down

0 comments on commit 70eb455

Please sign in to comment.