CMS  Version 3.9
sharing_upgrade_manager.inc
Go to the documentation of this file.
1 <?php
17 Fakoli::using("sharing", "component");
18 
20 {
21  var $updateMap = array(
22  "1.1" => "sql:Created share_token and share_access tables",
23  "1.2" => "sql:Added last_updated and last_updated_by_id field to share_token table"
24  );
25 
27  {
28  $this->component_name = "sharing";
29 
30  // sets the sqlFile name according to default
31  parent::UpgradeManager();
32  }
33 }
34 ?>
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116