Commit
eb4ff668a992d7f53bae0ae42636d6dcd112689d
Exists in
master
and in
12 other branches
add_you_are_here_breadcrumbs_label, backup_not_prod, disable_email_dev, fix_edit_software_permission, fix_edit_software_with_another_license, fix_hover_button_whitening, fix_models_translations, fix_validations_and_tests, margin_fix, remove_secondary_email_from_user, sisp_improvements, 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 |