bebeboutik/modules/fedexcarrier/sql-uninstall.php
Srv Bebeboutik 6c0978166c add modules
2016-01-04 12:49:26 +01:00

12 lines
395 B
PHP
Executable File

<?php
// Init
$sql = array();
$sql[] = 'DROP TABLE IF EXISTS `'._DB_PREFIX_.'fedex_rate_service_code`;';
$sql[] = 'DROP TABLE IF EXISTS `'._DB_PREFIX_.'fedex_cache`;';
$sql[] = 'DROP TABLE IF EXISTS `'._DB_PREFIX_.'fedex_cache_test`;';
$sql[] = 'DROP TABLE IF EXISTS `'._DB_PREFIX_.'fedex_rate_config`;';
$sql[] = 'DROP TABLE IF EXISTS `'._DB_PREFIX_.'fedex_rate_config_service`;';
?>