mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 优化初始条件
This commit is contained in:
parent
7a6706ec3c
commit
deb3b7b7e5
@ -149,7 +149,7 @@ LOCK TABLES `api_group` WRITE;
|
||||
|
||||
INSERT INTO `api_group` (`id`, `name`, `description`, `status`, `hash`, `addTime`, `updateTime`, `image`, `hot`)
|
||||
VALUES
|
||||
(1,'默认分组','系统自动默认的一个分组,如果你的接口没有设置分组,将默认划分到该组',1,'default',0,1519616309,NULL,10010323);
|
||||
(1,'默认分组','系统自动默认的一个分组,如果你的接口没有设置分组,将默认划分到该组',1,'default',0,1519616309,NULL,0);
|
||||
|
||||
/*!40000 ALTER TABLE `api_group` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
Loading…
x
Reference in New Issue
Block a user