update manage table and some documentation

This commit is contained in:
friendica
2013-03-27 19:02:01 -07:00
parent ca605a8c83
commit 8148b7c32f
46 changed files with 309 additions and 209 deletions

View File

@@ -537,10 +537,10 @@ CREATE TABLE IF NOT EXISTS `mail` (
CREATE TABLE IF NOT EXISTS `manage` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL,
`mid` int(11) NOT NULL,
`xchan` char(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `uid` (`uid`),
KEY `mid` (`mid`)
KEY `xchan` (`xchan`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `menu` (