23-04-2015
========== 
ALTER TABLE `user_details` ADD `trainer_first_approval` TINYINT NOT NULL DEFAULT '0' COMMENT '1 = this user was a trainer previously' AFTER `admin_approved` ;

UPDATE `email_template` SET `subject` = 'Trainer Account Approval', `template` = '<p>
Hi {%first_name%},<br><br>
Your Trainer account has been approved by FitBenefit admin.<br><br>
You can access your account using this link:<br><br> {%login_link%}<br/><br>                   
Wish you all the best.<br><br>
                  
Thanks,<br>
{%regards_name%}
<br><br>
{%email_bottom_instruction%}
</p>' WHERE `email_template`.`id` = 4;