Skip to content

Commit

Permalink
cleanup funding source type seed
Browse files Browse the repository at this point in the history
  • Loading branch information
mathmerized committed May 10, 2017
1 parent 9fa8bc5 commit 08c6765
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/migrate/20160916150223_cleanup_funding_source_types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08c6765

Please sign in to comment.