9 lines
278 B
SQL
9 lines
278 B
SQL
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;
|