Skip to content

Commit

Permalink
db_seeder-database population correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Kata authored and Kata committed Apr 16, 2024
1 parent 1037087 commit 391d03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeder.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports.seedDatabase = function(db) {
});

//6
db.run(`INSERT INTO Products (name, description, barcode, image_url) VALUES (?,?,?,?)`, ['Dm bio vegetable ravioli', 'Organic ravioli/Filled with peppers and aubergines/Tomato sauce with herbs/Ready in 1 minute/Microwaveable; The dmBio Vegetable Ravioli with Spicy Tomato Sauce is a quick and tasty Italian pasta dish with peppers and aubergines, also ideal for vegan diets. A tomato sauce flavoured with cauliflower and basil makes this a delicious dish that can be prepared in no time.', '3858890877984','https://media.dm-static.com/images/f_auto,q_auto,c_fit,h_440,w_500/v1711930417/products/pim/4066447503722-692085704/dmbio-bio-egytaletel-zoldsegekkel-toltott-olasz-ravioli'], (err) => {
db.run(`INSERT INTO Products (name, description, barcode, image_url) VALUES (?,?,?,?)`, ['Dm bio vegetable ravioli', 'Organic ravioli/Filled with peppers and aubergines/Tomato sauce with herbs/Ready in 1 minute/Microwaveable; The dmBio Vegetable Ravioli with Spicy Tomato Sauce is a quick and tasty Italian pasta dish with peppers and aubergines, also ideal for vegan diets. A tomato sauce flavoured with cauliflower and basil makes this a delicious dish that can be prepared in no time.', '4066447503722','https://media.dm-static.com/images/f_auto,q_auto,c_fit,h_440,w_500/v1711930417/products/pim/4066447503722-692085704/dmbio-bio-egytaletel-zoldsegekkel-toltott-olasz-ravioli'], (err) => {
if (err) {
console.error('Error inserting product:', err.message);
}
Expand Down

0 comments on commit 391d03b

Please sign in to comment.