Skip to content
Snippets Groups Projects
Unverified Commit 47f97d5e authored by totten's avatar totten Committed by GitHub
Browse files

Update upgrade.md

parent c1fb8de1
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,8 @@ Each class in the `CRM_Upgrade_Incremental_php` corresponds to a major release o
| `php public function setPostUpgradeMessage() ` | Called after each incremental upgrade. Any messages generated by this function will be displayed to site-administrators *after* the upgrade has completed. (This is called several times – once for each incremental upgrade.) |
## Upgrading message templates
Message templates that need upgrading should be declared - currently under CRM_Upgrade_Incremental_MessageTemplates::getTemplateUpdates although this may be defined. The upgrade script will pick them up from there (5.4+)
Message templates that need upgrading should be declared under `CRM_Upgrade_Incremental_MessageTemplates::getTemplateUpdates()`. The upgrade script will pick them up from there (5.4+)
## Tips: Prefer simple SQL semantics over API/BAO/DAO
......
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