From 08c676529caa129dd0b6bd0790ff1582704c2baf Mon Sep 17 00:00:00 2001 From: Lydia Chang Date: Wed, 10 May 2017 08:15:28 -0400 Subject: [PATCH] cleanup funding source type seed --- db/migrate/20160916150223_cleanup_funding_source_types.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/db/migrate/20160916150223_cleanup_funding_source_types.rb b/db/migrate/20160916150223_cleanup_funding_source_types.rb index 0dd60e69..e7baa07d 100644 --- a/db/migrate/20160916150223_cleanup_funding_source_types.rb +++ b/db/migrate/20160916150223_cleanup_funding_source_types.rb @@ -5,7 +5,6 @@ def change {:id => 2, :active => 1, :name => 'State', :description => 'State Funding Source'}, {:id => 3, :active => 1, :name => 'Local', :description => 'Local Funding Source'}, {:id => 4, :active => 1, :name => 'Agency', :description => 'Agency Funding Source'}, - {:id => 5, :active => 1, :name => 'Other', :description => 'Other Funding Source'} ] FundingSourceType.destroy_all