Module Mondial Relay + quelques modifs de design
This commit is contained in:
8
local/modules/MondialRelay/Config/drop.sql
Normal file
8
local/modules/MondialRelay/Config/drop.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
DROP TABLE IF EXISTS `mondial_relay_pickup_address`;
|
||||
DROP TABLE IF EXISTS `mondial_relay_delivery_price`;
|
||||
DROP TABLE IF EXISTS `mondial_relay_delivery_insurance`;
|
||||
DROP TABLE IF EXISTS `mondial_relay_zone_configuration`;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
@@ -13,7 +13,7 @@
|
||||
<language>en_US</language>
|
||||
<language>fr_FR</language>
|
||||
</languages>
|
||||
<version>1.0.5</version>
|
||||
<version>1.0.7</version>
|
||||
<author>
|
||||
<name>Franck Allimant</name>
|
||||
<company>CQFDev</company>
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
# Sqlfile -> Database map
|
||||
thelia.sql=thelia
|
||||
Reference in New Issue
Block a user