git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15153 b9a71923-0436-4b27-9f14-aed3839534dd
13 lines
375 B
SQL
13 lines
375 B
SQL
SET NAMES 'utf8';
|
|
|
|
ALTER TABLE `PREFIX_state` CHANGE `iso_code` `iso_code` varchar(7) NOT NULL;
|
|
|
|
DROP TABLE `PREFIX_accounting_export`;
|
|
DROP TABLE `PREFIX_accounting_zone_shop`;
|
|
DROP TABLE `PREFIX_accounting_product_zone_shop`;
|
|
ALTER TABLE `PREFIX_tax` DROP `account_number`;
|
|
ALTER TABLE `PREFIX_customer` DROP `account_number`;
|
|
|
|
/* PHP:move_translations_module_file(); */;
|
|
|