From 5b8befde5253d3a41327269786fdeef1b3a1aa38 Mon Sep 17 00:00:00 2001 From: rhymes Date: Mon, 6 May 2019 16:00:36 +0200 Subject: [PATCH] Podcast main_color_hex is required (#2716) The `rails db:reset` command failed because `main_color_hex` wasn't specified in the `seeds.rb` --- db/seeds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/seeds.rb b/db/seeds.rb index e4c97c68d..ce07ede3a 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -149,7 +149,7 @@ podcast_objects = [ slug: "developeronfire", twitter_username: "raelyard", website_url: "http://developeronfire.com", - main_color_hex: "", + main_color_hex: Faker::Color.hex_color, overcast_url: "https://overcast.fm/itunes1006105326/developer-on-fire", android_url: "http://subscribeonandroid.com/developeronfire.com/rss.xml", image: Rack::Test::UploadedFile.new(image_file, "image/jpeg")