[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/modules/Mobile/ -> manifest.xml (source)

   1  <?xml version='1.0'?>
   2  <module>
   3  <exporttime>2010-07-07 14:54:26</exporttime>
   4  <name>Mobile</name>
   5  <label>Mobile</label>
   6  <parent></parent>
   7  <type>extension</type>
   8  <version>2.0</version>
   9  <dependencies>
  10  <vtiger_version>6.0.0rc</vtiger_version>
  11  </dependencies>
  12  <license>
  13  <inline><![CDATA[/*+**********************************************************************************
  14   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
  15   * ("License"); You may not use this file except in compliance with the License
  16   * The Original Code is:  vtiger CRM Open Source
  17   * The Initial Developer of the Original Code is vtiger.
  18   * Portions created by vtiger are Copyright (C) vtiger.
  19   * All Rights Reserved.
  20   ************************************************************************************/]]></inline></license>
  21  <tables>
  22  <table>
  23  <name>vtiger_mobile_alerts</name>
  24  <sql><![CDATA[CREATE TABLE `vtiger_mobile_alerts` (
  25    `id` int(11) NOT NULL AUTO_INCREMENT,
  26    `handler_path` varchar(500) DEFAULT NULL,
  27    `handler_class` varchar(50) DEFAULT NULL,
  28    `sequence` int(11) DEFAULT NULL,
  29    `deleted` int(11) NOT NULL DEFAULT '0',
  30    PRIMARY KEY (`id`)
  31  ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql>
  32  </table>
  33  </tables>
  34  </module>


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1