From 9fb01a00ddef3cfc4a943e42b3d146eca1f9540e Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Wed, 25 Mar 2026 11:05:27 +0100 Subject: [PATCH] Cambio path articolo 1 in DB con dati di esempio --- base_db.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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