diff --git a/DB/update from 1.0.7.4 to 1.0.7.5/Updatedatabase.sql b/DB/update from 1.0.7.4 to 1.0.7.5/Updatedatabase.sql index d38b6b426..0f5d55cfc 100644 --- a/DB/update from 1.0.7.4 to 1.0.7.5/Updatedatabase.sql +++ b/DB/update from 1.0.7.4 to 1.0.7.5/Updatedatabase.sql @@ -470,12 +470,11 @@ INSERT INTO `template_types` (`id`, `name`, `created_at`, `updated_at`) VALUES (4, 'create-ticket', NULL, NULL), (5, 'create-ticket-agent', NULL, NULL), (6, 'create-ticket-by-agent', NULL, NULL), -(7, 'error-report', NULL, NULL), -(8, 'registration-notification', NULL, NULL), -(9, 'reset-password', NULL, NULL), -(10, 'ticket-reply', NULL, NULL), -(11, 'ticket-reply-agent', NULL, NULL), -(12, 'registration', NULL, NULL); +(7, 'registration-notification', NULL, NULL), +(8, 'reset-password', NULL, NULL), +(9, 'ticket-reply', NULL, NULL), +(10, 'ticket-reply-agent', NULL, NULL), +(11, 'registration', NULL, NULL); -- -------------------------------------------------------- @@ -510,12 +509,11 @@ INSERT INTO `templates` (`id`, `name`, `variable`, `type`, `subject`, `message`, (4, 'create-ticket', '', 4, '', '
Hello {!!$user!!} ,
This email is confirmation that you are now registered at our helpdesk.
Registered Email: {!!$email_address!!}
Password: {!!$user_password!!}
You can visit the helpdesk to browse articles and contact us at any time: {!!$system_link!!}
Thank You.
Kind Regards,
{!!$system_from!!}
', '', NULL, NULL, 1), -(9, 'reset-password', '', 9, '', 'Hello {!!$user!!}{!!$content!!}
{!!$agent_sign!!}
Ticket Details
Ticket ID: {!!$ticket_number!!}
Hello {!!$user!!} ,
This email is confirmation that you are now registered at our helpdesk.
Registered Email: {!!$email_address!!}
Please click on the below link to activate your account and Login to the system {!!$password_reset_link!!}
Thank You.
Kind Regards,
{!!$system_from!!}
', '', NULL, NULL, 1); +(7, 'registration-notification', '', 7, '', 'Hello {!!$user!!} ,
This email is confirmation that you are now registered at our helpdesk.
Registered Email: {!!$email_address!!}
Password: {!!$user_password!!}
You can visit the helpdesk to browse articles and contact us at any time: {!!$system_link!!}
Thank You.
Kind Regards,
{!!$system_from!!}
', '', NULL, NULL, 1), +(8, 'reset-password', '', 8, '', 'Hello {!!$user!!}{!!$content!!}
{!!$agent_sign!!}
Ticket Details
Ticket ID: {!!$ticket_number!!}
Hello {!!$user!!} ,
This email is confirmation that you are now registered at our helpdesk.
Registered Email: {!!$email_address!!}
Please click on the below link to activate your account and Login to the system {!!$password_reset_link!!}
Thank You.
Kind Regards,
{!!$system_from!!}
', '', NULL, NULL, 1); -- -------------------------------------------------------- @@ -594,6 +592,7 @@ ALTER TABLE `settings_ticket` ADD `lock_ticket_frequency` varchar(222) NOT NULL UPDATE `settings_ticket` SET `lock_ticket_frequency`='0' WHERE 1 + TRUNCATE TABLE `user_notification`; TRUNCATE TABLE `notifications`; \ No newline at end of file