Skip to content

Commit

Permalink
doc(代码生成): 删除默认的【增删改查】 分组,全部依赖 CGTM 自动下载
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Jul 26, 2024
1 parent 8b04df2 commit 25a6cb5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions db/pig.sql
Original file line number Diff line number Diff line change
Expand Up @@ -992,12 +992,6 @@ CREATE TABLE `gen_group` (
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='模板分组';

-- ----------------------------
-- Records of gen_group
-- ----------------------------
BEGIN;
INSERT INTO `gen_group` VALUES (1, '增删改查', '单表增删改查', ' ', ' ', NULL, NULL, '0');
COMMIT;

-- ----------------------------
-- Table structure for gen_table
Expand Down

0 comments on commit 25a6cb5

Please sign in to comment.