Merge https://github.com/redmatrix/redmatrix into pending_merge
This commit is contained in:
@@ -367,6 +367,10 @@ CREATE TABLE IF NOT EXISTS `event` (
|
||||
`allow_gid` mediumtext NOT NULL,
|
||||
`deny_cid` mediumtext NOT NULL,
|
||||
`deny_gid` mediumtext NOT NULL,
|
||||
`event_status` char(255) NOT NULL DEFAULT '',
|
||||
`event_status_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`event_percent` smallint(6) NOT NULL DEFAULT '0',
|
||||
`event_repeat` text NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `uid` (`uid`),
|
||||
KEY `type` (`type`),
|
||||
@@ -377,7 +381,8 @@ CREATE TABLE IF NOT EXISTS `event` (
|
||||
KEY `ignore` (`ignore`),
|
||||
KEY `aid` (`aid`),
|
||||
KEY `event_hash` (`event_hash`),
|
||||
KEY `event_xchan` (`event_xchan`)
|
||||
KEY `event_xchan` (`event_xchan`),
|
||||
KEY `event_status` (`event_status`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `fcontact` (
|
||||
|
||||
Reference in New Issue
Block a user