Commit eb4ff668a992d7f53bae0ae42636d6dcd112689d

Authored by Daniela Feitosa
1 parent c100e4e8

Fix class name on migration

src/noosfero-spb/spb_migrations/db/migrate/20160104182236_remove_softwares_with_nil_community.rb
1   -class RemoveSoftwareWithoutCommunity < ActiveRecord::Migration
  1 +class RemoveSoftwaresWithNilCommunity < ActiveRecord::Migration
2 2 def up
3 3 execute('DELETE FROM software_infos where community_id IS NULL;')
4 4 end
... ...