mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 新增默认分组数据
This commit is contained in:
parent
33a2672121
commit
7c2fcb707e
@ -144,6 +144,9 @@ CREATE TABLE `admin_group` (
|
|||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='接口组管理';
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='接口组管理';
|
||||||
|
|
||||||
|
INSERT INTO `admin_group` (`id`, `name`, `description`, `status`, `hash`, `addTime`, `updateTime`, `image`, `hot`)
|
||||||
|
VALUES
|
||||||
|
(1, '默认分组', '默认分组', 1, 'default', 0, 0, NULL, 0);
|
||||||
|
|
||||||
|
|
||||||
# Dump of table admin_list
|
# Dump of table admin_list
|
Loading…
x
Reference in New Issue
Block a user