Skip to content
Snippets Groups Projects
Unverified Commit 8c62eb54 authored by Davi Alexandre's avatar Davi Alexandre Committed by GitHub
Browse files

Remove unnecessary "are" in upgrade.md

parent 76ef854c
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ Within CiviCRM Core code the upgrader classes handle making any necessary databa
## Incremental PHP Files
Incremental PHP-SQL steps are preferred over the Smarty-SQL where possible. This is because it gives us a chance to query the database before running upgrades and makes upgrades are safer
Incremental PHP-SQL steps are preferred over the Smarty-SQL where possible. This is because it gives us a chance to query the database before running upgrades and makes upgrades safer.
Each class in the `CRM_Upgrade_Incremental_php` corresponds to a major release of CiviCRM (e.g. 4.1, 4.2, 4.3). The key functions that can be defined are:
......
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