From fef93af0a6908fdcb8d829229de8717acfc7ed81 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 20 Aug 2015 22:13:25 -0700 Subject: missed this one - it's required --- install/schema_mysql.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install/schema_mysql.sql') diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql index 3e0e88535..e3b9413f5 100644 --- a/install/schema_mysql.sql +++ b/install/schema_mysql.sql @@ -437,6 +437,7 @@ CREATE TABLE IF NOT EXISTS `event` ( `event_percent` smallint(6) NOT NULL DEFAULT '0', `event_repeat` text NOT NULL, `event_sequence` smallint(6) NOT NULL DEFAULT '0', + `event_priority` smallint(6) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `uid` (`uid`), KEY `type` (`type`), @@ -449,7 +450,8 @@ CREATE TABLE IF NOT EXISTS `event` ( KEY `event_hash` (`event_hash`), KEY `event_xchan` (`event_xchan`), KEY `event_status` (`event_status`), - KEY `event_sequence` (`event_sequence`) + KEY `event_sequence` (`event_sequence`), + KEY `event_priority` (`event_priority`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- cgit v1.2.3