首页 > 数据库技术 > 详细

Magento sql升级脚本

时间:2014-03-27 08:12:21      阅读:484      评论:0      收藏:0      [点我收藏+]

 

升级前的脚本: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

Magento sql升级脚本

原文:http://www.cnblogs.com/tecliu/p/3626121.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!