Commit
eb4ff668a992d7f53bae0ae42636d6dcd112689d
Exists in
master
and in
13 other branches
add_you_are_here_breadcrumbs_label, backup_not_prod, button_suspension_points_remove, disable_email_dev, fix_edit_institution, fix_edit_software_with_another_license, fix_list_style_inside_article, fix_models_translations, fix_no_license, fix_validations_and_tests, margin_fix, remove_secondary_email_from_user, software_catalog_style_fix
Fix class name on migration
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 |