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

Merge pull request #546 from davialexandre/patch-2

Remove unnecessary "are" in upgrade.md
parents 76ef854c 8c62eb54
Branches
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.
Please register or to comment