diff --git a/DB/Read Me.txt b/DB/Read Me.txt index 85e8a0fc4..06c34d9f0 100644 --- a/DB/Read Me.txt +++ b/DB/Read Me.txt @@ -2,7 +2,10 @@ |Updating from 1.0.7.8 to 1.0.7.9 |====================================== -Wait till the official release. +To update copy Updatedatabase.sql from Github Project folder /DB/update from 1.0.7.8 to 1.0.7.9/Updatedatabase.sql + +Please take a backup of your database before following this step. Import this file to your existing Faveo database. + |====================================== |Updating from 1.0.7.4 to 1.0.7.5 diff --git a/DB/update from 1.0.7.8 to 1.0.7.9/Updatedatabase.sql b/DB/update from 1.0.7.8 to 1.0.7.9/Updatedatabase.sql index ac538ec55..56214fc46 100644 --- a/DB/update from 1.0.7.8 to 1.0.7.9/Updatedatabase.sql +++ b/DB/update from 1.0.7.8 to 1.0.7.9/Updatedatabase.sql @@ -3,6 +3,9 @@ -- -- Alter Table structure for table `common_settings` -- -INSERT INTO `common_settings` (`id`, `option_name`, `option_value`, `status`, `optional_field`, `created_at`, `updated_at`) VALUES (2, 'enable_rtl', '', '', '', '2016-06-14 09:07:17', '2016-06-14 09:07:17'),(3, 'user_set_ticket_status', '',1,'','2016-06-14 09:07:17','2016-06-14 09:07:17'); - --- Wait till the official release \ No newline at end of file +INSERT INTO `common_settings` (`id`, `option_name`, `option_value`, `status`, `optional_field`, `created_at`, `updated_at`) +VALUES (2, 'enable_rtl', '', '', '', '2016-06-14 09:07:17', '2016-06-14 09:07:17'), + (3, 'user_set_ticket_status', '',1,'','2016-06-14 09:07:17','2016-06-14 09:07:17'), + (4, 'send_otp', '',0,'','2016-06-14 09:07:17','2016-06-14 09:07:17'); +INSERT INTO `ticket_status` (`id`, `name`, `state`, `mode`, `message`, `flags`, `sort`, `email_user`, `icon_class`, `properties`, `created_at`, `updated_at`) +VALUES (6, 'Unverified', 'unverified', 3, 'User account verification required.', 0, 6, 0, '', 'Ticket will be open after user verifies his/her account.', '2016-06-14 09:07:04', '2016-06-14 09:07:04');