升级前的脚本:install-1.0.0.0.php 版本为1.0.0.0
升级用脚本:upgrade-1.0.0.0-1.0.0.1.php 准备升级为1.0.0.1
更改模块的ect/config.xml文件
---------------------------------------
<modules>
<Mage_Customerstore>
<version>1.0.0.0</version>
</Mage_Customerstore>
</modules>
=〉
<modules>
<Mage_Customerstore>
<version>1.0.0.1</version>
</Mage_Customerstore>
</modules>
刷新任何页面就可以了。
Magento sql升级脚本,布布扣,bubuko.com
原文:http://www.cnblogs.com/tecliu/p/3626121.html