This commit is contained in:
Jay Trees 2022-01-17 14:26:14 +01:00
parent c643eb1318
commit 453106c277

View file

@ -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
);');