From 453106c277fa44dfe29fbf823fd575df13c3f6e2 Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Mon, 17 Jan 2022 14:26:14 +0100 Subject: [PATCH] Refactor --- includes/pages/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );');