diff --git a/includes/pages/install.php b/includes/pages/install.php index f202341e..cc5c24ea 100644 --- a/includes/pages/install.php +++ b/includes/pages/install.php @@ -121,7 +121,7 @@ switch ($step) { `wishlist` int NOT NULL, `url` VARCHAR(255) NOT NULL, FOREIGN KEY (`wishlist`) - REFERENCES `wishlists` (id) + REFERENCES `wishlists` (`id`) ON DELETE CASCADE );');