|
489 | 489 | concat(changeUser.firstname, ' ', changeUser.lastname) as changeByUserFullName, |
490 | 490 | notifier.firstname AS notifiers_firstname, notifier.lastname AS notifiers_lastname, |
491 | 491 | notifier.username AS notifiers_username, notifier.timezone AS notifiers_timezone, |
492 | | - notifier.email AS notifiers_email, notifier.language AS notifiers_language, s_relay_email_notification.sAccountId AS notifiers_accountId |
| 492 | + notifier.email AS notifiers_email, notifier.language AS notifiers_language, |
| 493 | + notifier.status AS notifiers_status, s_relay_email_notification.sAccountId AS notifiers_accountId |
493 | 494 | FROM s_relay_email_notification |
494 | 495 | INNER JOIN m_tracker_bug ON (s_relay_email_notification.type='Project-Bug' AND m_tracker_bug.id=s_relay_email_notification.typeId) |
495 | 496 | INNER JOIN s_user AS changeUser ON (changeUser.username=s_relay_email_notification.changeby) |
|
512 | 513 | concat(changeUser.firstname, ' ', changeUser.lastname) as changeByUserFullName, |
513 | 514 | notifier.firstname AS notifiers_firstname, notifier.lastname AS notifiers_lastname, |
514 | 515 | notifier.username AS notifiers_username, notifier.timezone AS notifiers_timezone, |
515 | | - notifier.email AS notifiers_email, notifier.language AS notifiers_language, s_relay_email_notification.sAccountId AS notifiers_accountId |
| 516 | + notifier.email AS notifiers_email, notifier.language AS notifiers_language, |
| 517 | + notifier.status AS notifiers_status, s_relay_email_notification.sAccountId AS notifiers_accountId |
516 | 518 | FROM s_relay_email_notification |
517 | 519 | INNER JOIN m_prj_task ON (s_relay_email_notification.type='Project-Task' AND m_prj_task.id=s_relay_email_notification.typeId) |
518 | 520 | INNER JOIN s_user AS changeUser ON (changeUser.username=s_relay_email_notification.changeby) |
|
535 | 537 | concat(changeUser.firstname, ' ', changeUser.lastname) as changeByUserFullName, |
536 | 538 | NULL AS notifiers_firstname, NULL AS notifiers_lastname, NULL AS notifiers_username, |
537 | 539 | NULL AS notifiers_timezone, NULL AS notifiers_email, NULL AS notifiers_language, |
538 | | - NULL AS notifiers_accountId |
| 540 | + NULL AS notifiers_status, NULL AS notifiers_accountId |
539 | 541 | FROM s_relay_email_notification |
540 | 542 | INNER JOIN m_prj_message ON (s_relay_email_notification.type='Project-Message' AND m_prj_message.id=s_relay_email_notification.typeId) |
541 | 543 | INNER JOIN s_user AS changeUser ON (changeUser.username=s_relay_email_notification.changeby) |
|
554 | 556 | concat(changeUser.firstname, ' ', changeUser.lastname) as changeByUserFullName, |
555 | 557 | NULL AS notifiers_firstname, NULL AS notifiers_lastname, |
556 | 558 | NULL AS notifiers_username, NULL AS notifiers_timezone, |
557 | | - NULL AS notifiers_email, NULL AS notifiers_language, NULL AS notifiers_accountId |
| 559 | + NULL AS notifiers_email, NULL AS notifiers_language, NULL AS notifiers_status, NULL AS notifiers_accountId |
558 | 560 | FROM s_relay_email_notification |
559 | 561 | INNER JOIN m_prj_milestone ON (s_relay_email_notification.type='Project-Milestone' AND m_prj_milestone.id=s_relay_email_notification.typeId) |
560 | 562 | INNER JOIN s_user AS changeUser ON (changeUser.username=s_relay_email_notification.changeby) |
|
573 | 575 | concat(changeUser.firstname, ' ', changeUser.lastname) as changeByUserFullName, |
574 | 576 | NULL AS notifiers_firstname, NULL AS notifiers_lastname, |
575 | 577 | NULL AS notifiers_username, NULL AS notifiers_timezone, |
576 | | - NULL AS notifiers_email, NULL AS notifiers_language, NULL AS notifiers_accountId |
| 578 | + NULL AS notifiers_email, NULL AS notifiers_language, NULL AS notifiers_status, NULL AS notifiers_accountId |
577 | 579 | FROM s_relay_email_notification |
578 | 580 | INNER JOIN m_prj_risk ON (s_relay_email_notification.type='Project-Risk' AND m_prj_risk.id=s_relay_email_notification.typeId) |
579 | 581 | INNER JOIN s_user AS changeUser ON (changeUser.username=s_relay_email_notification.changeby) |
|
592 | 594 | concat(changeUser.firstname, ' ', changeUser.lastname) as changeByUserFullName, |
593 | 595 | NULL AS notifiers_firstname, NULL AS notifiers_lastname, NULL AS notifiers_username, |
594 | 596 | NULL AS notifiers_timezone, NULL AS notifiers_email, NULL AS notifiers_language, |
595 | | - NULL AS notifiers_accountId |
| 597 | + NULL AS notifiers_status, NULL AS notifiers_accountId |
596 | 598 | FROM s_relay_email_notification |
597 | 599 | INNER JOIN m_tracker_component ON (s_relay_email_notification.type='Project-Component' AND m_tracker_component.id=s_relay_email_notification.typeId) |
598 | 600 | INNER JOIN s_user AS changeUser ON (changeUser.username=s_relay_email_notification.changeby) |
|
611 | 613 | concat(changeUser.firstname, ' ', changeUser.lastname) as changeByUserFullName, |
612 | 614 | NULL AS notifiers_firstname, NULL AS notifiers_lastname, NULL AS notifiers_username, |
613 | 615 | NULL AS notifiers_timezone, NULL AS notifiers_email, NULL AS notifiers_language, |
614 | | - NULL AS notifiers_accountId |
| 616 | + NULL AS notifiers_status, NULL AS notifiers_accountId |
615 | 617 | FROM s_relay_email_notification |
616 | 618 | INNER JOIN m_tracker_version ON (s_relay_email_notification.type='Project-Version' AND m_tracker_version.id=s_relay_email_notification.typeId) |
617 | 619 | INNER JOIN s_user AS changeUser ON (changeUser.username=s_relay_email_notification.changeby) |
|
0 commit comments