Changeset 147
- Timestamp:
- 01/07/07 13:21:18 (2 years ago)
- Files:
-
- trunk/com_mls_paypal/install/comupgrade.xml (modified) (3 diffs)
- trunk/com_mls_paypal/mls_paypal.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/com_mls_paypal/install/comupgrade.xml
r136 r147 1 1 <?xml version="1.0" ?> 2 2 <compupgrade version="1.0"> 3 <install version="0.1. 0" date="20061205">3 <install version="0.1.1" date="20070107"> 4 4 <query>DROP TABLE IF EXISTS `#__mls_paypal_packages`</query> 5 5 <query>CREATE TABLE `#__mls_paypal_packages` ( … … 37 37 `statuscode` tinyint(2) NOT NULL default '0', 38 38 `statustext` mediumtext NOT NULL, 39 `amount` int(11) NOT NULL default '0',39 `amount` DECIMAL(5,2) NOT NULL default '0', 40 40 `currency` varchar(10) NOT NULL default '', 41 41 `item_name` varchar(255) NOT NULL default '', … … 54 54 <upgrade> 55 55 <version number="0.1.0" date="20061205" /> 56 <version number="0.1.1" date="20070107"> 57 <query>ALTER TABLE `#__mls_paypal_payments` CHANGE `amount` `amount` DECIMAL(5,2) NOT NULL default '0.00'</query> 58 </version> 56 59 </upgrade> 57 60 </compupgrade> trunk/com_mls_paypal/mls_paypal.xml
r134 r147 2 2 <mosinstall type="component"> 3 3 <name>mls_paypal</name> 4 <creationDate>0 5/12/2006</creationDate>4 <creationDate>07/01/2007</creationDate> 5 5 <author>Samuel Suter</author> 6 <copyright>This component is Free Software released under the GNU/GPL License. (c) 2004 - 200 6Samuel Suter</copyright>7 <authorEmail>samuel.suter@ gmx.ch</authorEmail>6 <copyright>This component is Free Software released under the GNU/GPL License. (c) 2004 - 2007 Samuel Suter</copyright> 7 <authorEmail>samuel.suter@mylansite.org</authorEmail> 8 8 <authorUrl>http://www.mylansite.org</authorUrl> 9 <version>0.1. 0</version>9 <version>0.1.1</version> 10 10 <description>myLANsite PayPal</description> 11 11 <files>