[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?xml version='1.0'?> 2 <module> 3 <exporttime>2009-03-03 08:18:37</exporttime> 4 <name>CustomerPortal</name> 5 <label>CustomerPortal</label> 6 <parent></parent> 7 <type>extension</type> 8 <version>1.4</version> 9 <dependencies> 10 <vtiger_version>6.0.0rc</vtiger_version> 11 <vtiger_max_version>6.*</vtiger_max_version> 12 </dependencies> 13 <migrations> 14 <migration version='1.0'> 15 </migration> 16 <migration version='1.1'> 17 </migration> 18 </migrations> 19 <tables> 20 <table> 21 <name>vtiger_customerportal_fields</name> 22 <sql><![CDATA[CREATE TABLE `vtiger_customerportal_fields` ( 23 `tabid` int(19) NOT NULL, 24 `fieldid` int(19) default NULL, 25 `visible` int(1) default NULL 26 ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql> 27 </table> 28 </tables> 29 </module>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |