[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 mysql_upgrade_zencart_112_to_113.sql

Zen Cart 源代码 mysql_upgrade_zencart_112_to_113.sql




下载文件

文件名: mysql_upgrade_zencart_112_to_113.sql
文件类型: Unknown文件
文件大小: 311 Bytes
MD5: 27a4d12c947c0e8649ef612d7911b2c2

mysql_upgrade_zencart_112_to_113.sql - 关闭高亮
  1. # The following commands are used to upgrade the Zen Cart v1.1.2 database structure to v1.1.3 format.
  2. #
  3. # $Id: mysql_upgrade_zencart_112_to_113.sql 4243 2006-08-24 10:55:28Z drbyte $
  4. #
  5.  
  6. UPDATE configuration SET configuration_value='0' where configuration_key='ORDER_WEIGHT_ZERO_STATUS';
  7.  
  8. ## END OF UPDATE