-- -- Dumping data for table `template_types` -- INSERT INTO `template_types` (`id`, `name`, `created_at`, `updated_at`) VALUES (14, 'merge-ticket-notification', '2017-01-02 05:50:11', '2017-01-02 05:50:11'); -- -- Dumping data for table `templates` -- INSERT INTO `templates` (`name`, `variable`, `type`, `subject`, `message`, `description`, `set_id`, `created_at`, `updated_at`) SELECT 'This template is to notify users when their tickets are merged.', '1', 14, 'Your tickets have been merged.', '

Hello {!!$user!!},
 

Your ticket(s) with ticket number {!!$merged_ticket_numbers!!} have been closed and merged with {!!$ticket_number!!}

Possible reasons for merging tickets

Click here to login to your account and check your tickets.

Regards,

{!!$system_from!!}

', '', id, '2017-01-02 05:50:12', '2017-01-02 06:01:50' FROM `template_sets`;