diff --git a/src/noosfero-spb/spb_migrations/db/migrate/20160104182236_remove_softwares_with_nil_community.rb b/src/noosfero-spb/spb_migrations/db/migrate/20160104182236_remove_softwares_with_nil_community.rb index 0c2dbfb..aabc644 100644 --- a/src/noosfero-spb/spb_migrations/db/migrate/20160104182236_remove_softwares_with_nil_community.rb +++ b/src/noosfero-spb/spb_migrations/db/migrate/20160104182236_remove_softwares_with_nil_community.rb @@ -1,4 +1,4 @@ -class RemoveSoftwareWithoutCommunity < ActiveRecord::Migration +class RemoveSoftwaresWithNilCommunity < ActiveRecord::Migration def up execute('DELETE FROM software_infos where community_id IS NULL;') end -- libgit2 0.21.2