-- 2015-3-6 Table structure for table `smsevent_instances_t` -- run the query at test, training and live DB CREATE TABLE IF NOT EXISTS `smsevent_instances_t` ( `id` char(36) NOT NULL default '', `kakutei` tinyint(1) default '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- 2015-08-05 shimoju 講師シフトメール送信テンプレート -- 2015-08-05 shimoju Email template for teacher schedule auto mail -- Run the query at test, training -- Run the query at live 2015-11-11 INSERT INTO `email_templates_category` (`id`, `date_entered`, `date_modified`, `modified_user_id`, `created_by`, `name`, `description`, `deleted`, `template_category_status`) VALUES ('df857ecc-0e24-3da0-daad-55c173df8914', '2015-08-05 11:21:42', '2015-08-05 11:21:42', '1', '1', '講師シフト連絡メール', '削除は行わないでください。テクノピアン株式会社', 0, 'active'); INSERT INTO `email_templates` (`id`, `date_entered`, `date_modified`, `modified_user_id`, `created_by`, `published`, `name`, `description`, `subject`, `body`, `body_html`, `deleted`, `from_addr`, `category_id`) VALUES ('43e4117c-b0a1-ee68-01f0-55c1740865a0', '2015-08-05 11:27:04', '2015-08-05 18:08:15', '1', '1', 'off', '講師シフト連絡メール', '削除は行わないでください。テクノピアン株式会社', 'シフト連絡 $target_date', 'contact_name様\r\n\r\nいつも授業ありがとうございます。\r\n$target_dateのシフトは下記の通りとなります。\r\n\r\n$teacher_schedule\r\n\r\nインターネット、スマートフォンでもご確認いただけます。\r\nhttps://mypage-nkc.e-school.jp/\r\nよろしくお願いいたします。\r\n\r\n株式会社日本教育クリエイト\r\n$branch_name 担当', 'contact_name様
\r\n
\r\nいつも授業ありがとうございます。
\r\n$target_dateのシフトは下記の通りとなります。
\r\n
\r\n$teacher_schedule
\r\n
\r\nインターネット、スマートフォンでもご確認いただけます。
\r\nhttps://mypage-nkc.e-school.jp/
\r\nよろしくお願いいたします。
\r\n
\r\n株式会社日本教育クリエイト
\r\n$branch_name 担当', 0, NULL, 'df857ecc-0e24-3da0-daad-55c173df8914');