From 968d67dc675bbc58048605e73d068fbc066a869a Mon Sep 17 00:00:00 2001 From: Jason Anton Date: Tue, 31 Mar 2020 13:08:14 -0400 Subject: [PATCH 1/3] Adding extra entities --- sequelize/seeders/03-demo-entity.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/sequelize/seeders/03-demo-entity.js b/sequelize/seeders/03-demo-entity.js index 1fbeb3cb..13bff81f 100644 --- a/sequelize/seeders/03-demo-entity.js +++ b/sequelize/seeders/03-demo-entity.js @@ -24,7 +24,22 @@ module.exports = { "Krusty Burger", "Duff Brewery", "Aztech Theater", - "The Copy Jalopy" + "The Copy Jalopy", + "99¢ Furniture Store", + "Little Lisa Recycling Plant", + "Acne Grease and Shovel", + "Buzz Cola", + "Classy Joe's", + "Compu-Global-Hyper-Mega-Net", + "Springfield Gas Company", + "U-Break-It Van Rental", + "Uncle Homer's Daycare Center", + "Ziffcorp", + "Burns Slant Drilling Co.", + "Springfield Gorge", + "Springfield Tire Yard", + "The Murderhorn", + "Nuclear Lake" ]; for (let name of entityNames) { From 9c01b55699031b8801fd74b6badcb260353f91fb Mon Sep 17 00:00:00 2001 From: Jason Anton Date: Tue, 31 Mar 2020 13:52:15 -0400 Subject: [PATCH 2/3] Adding all the new entities to contacts --- sequelize/seeders/04-demo-contact.js | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/sequelize/seeders/04-demo-contact.js b/sequelize/seeders/04-demo-contact.js index 520e9449..8e9852f0 100644 --- a/sequelize/seeders/04-demo-contact.js +++ b/sequelize/seeders/04-demo-contact.js @@ -30,7 +30,23 @@ module.exports = { "Kwik-E-Mart", "Krusty Burger", "Duff Brewery", - "Aztech Theater" + "Aztech Theater", + "The Copy Jalopy", + "99¢ Furniture Store", + "Little Lisa Recycling Plant", + "Acne Grease and Shovel", + "Buzz Cola", + "Classy Joe's", + "Compu-Global-Hyper-Mega-Net", + "Springfield Gas Company", + "U-Break-It Van Rental", + "Uncle Homer's Daycare Center", + "Ziffcorp", + "Burns Slant Drilling Co.", + "Springfield Gorge", + "Springfield Tire Yard", + "The Murderhorn", + "Nuclear Lake" ]; let name = randomWords(); From 81396097427df1c8f397002069b2012780c6f908 Mon Sep 17 00:00:00 2001 From: Jason Anton Date: Tue, 31 Mar 2020 13:53:26 -0400 Subject: [PATCH 3/3] removing bad char --- sequelize/seeders/03-demo-entity.js | 4 ++-- sequelize/seeders/04-demo-contact.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sequelize/seeders/03-demo-entity.js b/sequelize/seeders/03-demo-entity.js index 13bff81f..9287fd81 100644 --- a/sequelize/seeders/03-demo-entity.js +++ b/sequelize/seeders/03-demo-entity.js @@ -29,11 +29,11 @@ module.exports = { "Little Lisa Recycling Plant", "Acne Grease and Shovel", "Buzz Cola", - "Classy Joe's", + "Classy Jos", "Compu-Global-Hyper-Mega-Net", "Springfield Gas Company", "U-Break-It Van Rental", - "Uncle Homer's Daycare Center", + "Uncle Homers Daycare Center", "Ziffcorp", "Burns Slant Drilling Co.", "Springfield Gorge", diff --git a/sequelize/seeders/04-demo-contact.js b/sequelize/seeders/04-demo-contact.js index 8e9852f0..5eeb991c 100644 --- a/sequelize/seeders/04-demo-contact.js +++ b/sequelize/seeders/04-demo-contact.js @@ -36,11 +36,11 @@ module.exports = { "Little Lisa Recycling Plant", "Acne Grease and Shovel", "Buzz Cola", - "Classy Joe's", + "Classy Jos", "Compu-Global-Hyper-Mega-Net", "Springfield Gas Company", "U-Break-It Van Rental", - "Uncle Homer's Daycare Center", + "Uncle Homers Daycare Center", "Ziffcorp", "Burns Slant Drilling Co.", "Springfield Gorge",