CMS  Version 3.9
open_data_upgrade_manager.inc
Go to the documentation of this file.
1 <?php
17 Fakoli::using("open_data", "component");
18 
20 {
21  var $updateMap = array(
22  //"x.x" => "description"
23 
24  "1.1" => "sql:created the open_data table",
25  "1.2" => "sql:added ignore item to the open_data table to ignore item from data dictionary"
26  );
27 
29  {
30  $this->component_name = "open_data";
31 
32  // sets the sqlFile name according to default
33  parent::UpgradeManager();
34  }
35 }
36 ?>
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116