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