Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grant_program
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Extensions
grant_program
Commits
d75ed239
Commit
d75ed239
authored
11 years ago
by
mayurjadhav
Browse files
Options
Downloads
Plain Diff
Merge pull request #131 from mayurjadhav/RG-181
Worked on RG-181 to remove msg templates
parents
1beab273
bc9acd24
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sql/grantprograms_uninstall.sql
+12
-1
12 additions, 1 deletion
sql/grantprograms_uninstall.sql
with
12 additions
and
1 deletion
sql/grantprograms_uninstall.sql
+
12
−
1
View file @
d75ed239
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment