implement TwingleShop integration
This commit is contained in:
parent
ea46e6a747
commit
8cfa270dff
60 changed files with 5200 additions and 106 deletions
|
@ -137,4 +137,15 @@ class CRM_Twingle_Upgrader extends CRM_Extension_Upgrader_Base {
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
/**
|
||||
* The Upgrade to 1.5.1 creates the tables civicrm_twingle_product and
|
||||
* civicrm_twingle_shop.
|
||||
*
|
||||
* @return TRUE on success
|
||||
*/
|
||||
public function upgrade_5151() {
|
||||
$this->ctx->log->info('Creating tables for Twingle Shop.');
|
||||
$this->executeSqlFile('sql/civicrm_twingle_shop.sql');
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue