diff --git a/src/pages/install.php b/src/pages/install.php index cc1412c8..fe29d529 100644 --- a/src/pages/install.php +++ b/src/pages/install.php @@ -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,