Commit e9dc36e35574d8268fafdb3e40409e836161b175

Authored by Daniela Feitosa
Committed by Thiago Ribeiro
1 parent 78d0d8f6

Fix class name on migration

(cherry picked from commit eb4ff668a992d7f53bae0ae42636d6dcd112689d)
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 def up 2 def up
3 execute('DELETE FROM software_infos where community_id IS NULL;') 3 execute('DELETE FROM software_infos where community_id IS NULL;')
4 end 4 end