<?php
/**
* Module Prestashop CustomBlocks
*
* @author    Prestacrea
* @copyright Prestacrea
* @license   See PDF documentation
* @website   http://www.prestacrea.com
*/

Configuration::deleteByName('CB_RESPONSIVE');

Db::getInstance()->Execute('DROP TABLE '._DB_PREFIX_.'customblocks');

Db::getInstance()->Execute('DROP TABLE '._DB_PREFIX_.'customblocks_lang');
