2017-01-05 01:35:41 -08:00

30 lines
1.1 KiB
PHP

<?php
/**
* 2014 - Agencya SARL
*
* NOTICE OF LICENSE
*
* The source code of this module is under a commercial license.
* Each license is unique and can be installed and used on only one shop.
* Any reproduction or representation total or partial of the module, one or more of its components,
* by any means whatsoever, without express permission from us is prohibited.
* If you have not received this module from us, thank you for contacting us.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future.
*
* @author Agencya
* @copyright 2014 - Agencya SARL
* @license commercial
* International Registered Trademark & Property of Agencya SARL
*/
$sql = array();
$sql[] = 'DROP TABLE IF EXISTS `'._DB_PREFIX_.'flash_sale`';
$sql[] = 'DROP TABLE IF EXISTS `'._DB_PREFIX_.'flash_sale_lang`';
$sql[] = 'DROP TABLE IF EXISTS `'._DB_PREFIX_.'flash_sale_products`';
$sql[] = 'DROP TABLE IF EXISTS `'._DB_PREFIX_.'flash_sale_specific_prices`';
$sql[] = 'DROP TABLE IF EXISTS `'._DB_PREFIX_.'flash_sale_custom_specific_prices`';