From e9dc36e35574d8268fafdb3e40409e836161b175 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Wed, 6 Jan 2016 13:48:49 -0300 Subject: [PATCH] Fix class name on migration --- src/noosfero-spb/spb_migrations/db/migrate/20160104182236_remove_softwares_with_nil_community.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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