Adds warning similar to 5.57 if Activity Revisions are present.
authorLuke Stewart <luke@stewart.geek.nz>
Mon, 15 May 2023 21:52:04 +0000 (09:52 +1200)
committerLuke Stewart <luke@stewart.geek.nz>
Tue, 16 May 2023 02:21:25 +0000 (14:21 +1200)
commitce1575e027e82039d07191b009ad69bcb81b5ea6
treea124dcf7c75741891b9cf2add78c7da0bd0fc98e
parent625954e854d6ec2c34f6c40e52d71cf69670f7b5
Adds warning similar to 5.57 if Activity Revisions are present.

Checks if upgrade is from version after 5.57.alpha1

If so check for any activities which are not the current revision

Issue warning.

Notes:
- Doesn't check if Foreign Key on delete trigger was updated to prevent
  deletion
- Doesn't warn about the above - we assume this is covered in the steps
  people will follow in the link - or that they will have done this
  already.
CRM/Upgrade/Incremental/php/FiveSixtyTwo.php