diff --git a/base_db.sql b/base_db.sql index 2cc5621..933a55f 100644 --- a/base_db.sql +++ b/base_db.sql @@ -50,4 +50,4 @@ INSERT INTO Categories(Name) VALUES ('Elettronica'),('Networking'),('Telefonia'); INSERT INTO Products(ProductName,Description,CategoryID,Price,ImagePath,StockQuantity) VALUES -('Yealink T31P',NULL,3,'51.21','t31p.png',104); \ No newline at end of file +('Yealink T31P',NULL,3,'51.21','example/t31p.jpg',104); \ No newline at end of file