Skip to content
Snippets Groups Projects
Commit d75ed239 authored by mayurjadhav's avatar mayurjadhav
Browse files

Merge pull request #131 from mayurjadhav/RG-181

Worked on RG-181 to remove msg templates
parents 1beab273 bc9acd24
No related branches found
No related tags found
No related merge requests found
......@@ -114,4 +114,15 @@ DELETE FROM civicrm_option_group WHERE name = 'type_of_course_provider_nei';
DROP TABLE IF EXISTS civicrm_value_nei_employment_information;
DROP TABLE IF EXISTS civicrm_value_nei_general_information;
DROP TABLE IF EXISTS civicrm_value_nei_course_conference_details;
DROP TABLE IF EXISTS civicrm_value_nei_id;
\ No newline at end of file
DROP TABLE IF EXISTS civicrm_value_nei_id;
DELETE FROM civicrm_msg_template WHERE msg_title = 'Trial Allocation of Funds';
DELETE FROM civicrm_msg_template WHERE msg_title = 'Grants Eligible Receipt';
DELETE FROM civicrm_msg_template WHERE msg_title = 'Grants Awaiting Information Receipt';
DELETE FROM civicrm_msg_template WHERE msg_title = 'Grants Ineligible Receipt';
DELETE FROM civicrm_msg_template WHERE msg_title = 'Grants Paid Receipt';
DELETE FROM civicrm_msg_template WHERE msg_title = 'Grants Approved for Payment Receipt';
DELETE FROM civicrm_msg_template WHERE msg_title = 'Grants Submitted Receipt';
DELETE FROM civicrm_msg_template WHERE msg_title = 'Grants Withdrawn Receipt';
DELETE FROM civicrm_msg_template WHERE msg_title = 'Grant Payment Check';
DELETE FROM civicrm_msg_template WHERE msg_title = 'Grant Payment Report';
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment