add important To Do's

This commit is contained in:
Marc Michalsky forumZFD 2020-10-15 11:03:01 +02:00
parent bf0a4d7bfe
commit 5c0315c647
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,8 @@ include E::path() . '/CRM/TwingleCampaign/BAO/CustomGroup.php';
*/
class CRM_TwingleCampaign_Upgrader extends CRM_TwingleCampaign_Upgrader_Base {
// TODO: Add static arrays from json files
// By convention, functions that look like "function upgrade_NNNN()" are
// upgrade tasks. They are executed in order (like Drupal's hook_update_N).