Skip to content

Commit

Permalink
Update to 2.24v
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Feb 20, 2015
1 parent b7d208b commit 2c56ff0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion instance/doc/db_3.sql
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ CREATE TABLE `lh_chat` (
`chat_variables` text NOT NULL,
`remarks` text NOT NULL,
`ip` varchar(100) NOT NULL,
`chat_locale_to` varchar(10) NOT NULL,
`chat_locale` varchar(10) NOT NULL,
`dep_id` int(11) NOT NULL,
`user_status` int(11) NOT NULL DEFAULT '0',
`support_informed` int(11) NOT NULL DEFAULT '0',
Expand Down Expand Up @@ -1127,4 +1129,6 @@ COMMENT='';

ALTER TABLE `lh_abstract_email_template`
ADD `user_mail_as_sender` tinyint(4) NOT NULL,
COMMENT='';
COMMENT='';

INSERT INTO `lh_chat_config` (`identifier`, `value`, `type`, `explain`, `hidden`) VALUES ('translation_data', 'a:6:{i:0;b:0;s:19:\"translation_handler\";s:4:\"bing\";s:19:\"enable_translations\";b:0;s:14:\"bing_client_id\";s:0:\"\";s:18:\"bing_client_secret\";s:0:\"\";s:14:\"google_api_key\";s:0:\"\";}', 0, 'Translation data', 1);

0 comments on commit 2c56ff0

Please sign in to comment.