Changeset 148
- Timestamp:
- 01/07/07 13:23:59 (2 years ago)
- Files:
-
- trunk/com_mls_paypal/install/comupgrade.xml (modified) (2 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
r147 r148 1 1 <?xml version="1.0" ?> 2 2 <compupgrade version="1.0"> 3 <install version="0.1. 1" date="20070107">3 <install version="0.1.0" date="20070107"> 4 4 <query>DROP TABLE IF EXISTS `#__mls_paypal_packages`</query> 5 5 <query>CREATE TABLE `#__mls_paypal_packages` ( … … 53 53 </install> 54 54 <upgrade> 55 <version number="0.1.0" date="20061205" /> 56 <version number="0.1.1" date="20070107"> 55 <version number="0.1.0" date="20070107"> 57 56 <query>ALTER TABLE `#__mls_paypal_payments` CHANGE `amount` `amount` DECIMAL(5,2) NOT NULL default '0.00'</query> 58 57 </version> trunk/com_mls_paypal/mls_paypal.xml
r147 r148 7 7 <authorEmail>samuel.suter@mylansite.org</authorEmail> 8 8 <authorUrl>http://www.mylansite.org</authorUrl> 9 <version>0.1. 1</version>9 <version>0.1.0</version> 10 10 <description>myLANsite PayPal</description> 11 11 <files>