mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-11 12:50:55 +00:00
Fix lint
This commit is contained in:
parent
af11522e79
commit
b1d630b4af
1 changed files with 0 additions and 2 deletions
|
@ -396,7 +396,6 @@ class RetailCRM extends Module
|
|||
ON UPDATE CASCADE
|
||||
) DEFAULT CHARSET=utf8;');
|
||||
|
||||
|
||||
$resultQuery2 = Db::getInstance()->execute('
|
||||
CREATE TABLE IF NOT EXISTS `' . _DB_PREFIX_ . 'retailcrm_exported_orders` (
|
||||
`id_order` INT UNSIGNED UNIQUE NULL,
|
||||
|
@ -409,7 +408,6 @@ class RetailCRM extends Module
|
|||
) DEFAULT CHARSET=utf8;'
|
||||
);
|
||||
|
||||
|
||||
return $resultQuery1 && $resultQuery2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue