Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #546 from davialexandre/patch-2
Browse files Browse the repository at this point in the history
Remove unnecessary "are" in upgrade.md
  • Loading branch information
totten authored Sep 28, 2018
2 parents 76ef854 + 8c62eb5 commit c64163a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c64163a

Please sign in to comment.