fix(installer): not dropping products
table if it exists
This commit is contained in:
parent
7d61f3020a
commit
4019908147
1 changed files with 1 additions and 0 deletions
|
@ -355,6 +355,7 @@ switch ($step) {
|
|||
/**
|
||||
* Products
|
||||
*/
|
||||
$database->query('DROP TABLE IF EXISTS `products`;');
|
||||
$database->query(
|
||||
'CREATE TABLE `products` (
|
||||
`wish` INT NOT NULL PRIMARY KEY,
|
||||
|
|
Loading…
Reference in a new issue