mirror of https://github.com/veops/cmdb.git
docs: update sql
This commit is contained in:
parent
2a8e9e684e
commit
27c733aa2c
|
@ -492,7 +492,7 @@ CREATE TABLE `acl_role_relations` (
|
|||
|
||||
LOCK TABLES `acl_role_relations` WRITE;
|
||||
/*!40000 ALTER TABLE `acl_role_relations` DISABLE KEYS */;
|
||||
INSERT INTO `acl_role_relations` VALUES (NULL,0,NULL,NULL,1,1,2,NULL);
|
||||
INSERT INTO `acl_role_relations` VALUES (NULL,0,NULL,NULL,1,1,2,NULL),(NULL,0,NULL,NULL,2,3,2,2);
|
||||
/*!40000 ALTER TABLE `acl_role_relations` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
|
Loading…
Reference in New Issue