Cambio path articolo 1 in DB con dati di esempio

This commit is contained in:
2026-03-25 11:05:27 +01:00
parent ca2887889c
commit 9fb01a00dd

View File

@@ -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);
('Yealink T31P',NULL,3,'51.21','example/t31p.jpg',104);