diff --git a/src/noosfero-spb/software_communities/db/migrate/20151124192503_update_namespace_types.rb b/src/noosfero-spb/software_communities/db/migrate/20151124192503_update_namespace_types.rb index 9b52b17..ad80933 100644 --- a/src/noosfero-spb/software_communities/db/migrate/20151124192503_update_namespace_types.rb +++ b/src/noosfero-spb/software_communities/db/migrate/20151124192503_update_namespace_types.rb @@ -11,6 +11,7 @@ class UpdateNamespaceTypes < ActiveRecord::Migration execute("UPDATE blocks SET type = 'SoftwareCommunitiesPlugin::WikiBlock' WHERE type = 'WikiBlock'") execute("UPDATE blocks SET type = 'SoftwareCommunitiesPlugin::SoftwareInformationBlock' WHERE type = 'SoftwareInformationBlock'") execute("UPDATE blocks SET type = 'SoftwareCommunitiesPlugin::CategoriesSoftwareBlock' WHERE type = 'CategoriesSoftwareBlock'") + execute("UPDATE blocks SET type = 'SoftwareCommunitiesPlugin::SoftwareEventsBlock' WHERE type = 'SoftwareEventsBlock'") execute("UPDATE tasks SET type = 'SoftwareCommunitiesPlugin::CreateSoftware' WHERE type = 'CreateSoftware'") end -- libgit2 0.21.2