Skip to content
Snippets Groups Projects
Commit 90b052ea authored by Omar Ibrahim Arfa's avatar Omar Ibrahim Arfa
Browse files

Change third Article entry name + Add picture URLs to all entries

parent 4ddb8f85
No related branches found
No related tags found
No related merge requests found
......@@ -34,9 +34,9 @@ SET time_zone = "+00:00";
--
INSERT INTO `article` (`article_id`, `name`, `picture`, `price`) VALUES
(1, 'Salami', 'pizza.gif', 8.57),
(2, 'Vegetaria', 'pizza.gif', 12.5),
(3, 'Spinat-Hühnchen', 'pizza.gif', 11.99);
(1, 'Salami', './img/pizzaSalami.png', 8.57),
(2, 'Vegetaria', './img/pizzaVegetaria.png', 12.5),
(3, 'Afterburner', './img/pizzaAfterburner.png', 11.99);
-- --------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment