Core/Groups: Store group member roles to DB

--HG--
branch : trunk
This commit is contained in:
Spp
2010-09-10 13:40:20 +02:00
parent fd14d7195f
commit 279d40efdc
5 changed files with 14 additions and 12 deletions

View File

@@ -1350,6 +1350,7 @@ CREATE TABLE `group_member` (
`memberGuid` int(11) unsigned NOT NULL,
`memberFlags` tinyint(2) unsigned NOT NULL,
`subgroup` smallint(6) unsigned NOT NULL,
`roles` smallint(6) unsigned NOT NULL default '0',
PRIMARY KEY (`memberGuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Groups';
/*!40101 SET character_set_client = @saved_cs_client */;