Skip to content

[Maintenance] Fix Decidim Upgrade warnings

Alexandru Lupu - Tremend requested to merge maintenance/fix-migrations into qa

Maintenance

Change log

  • Added:
  • Changed: The migration filenames to remove the warnings shown when running rake decidim:upgrade
  • Deprecated:
  • Removed:
  • Fixed:
  • Security:

Notes

When running rake decidim:upgrade the following message is being displayed. This PR removes those warnings.

NOTE: Migration 20201002085508_fix_proposals_data.rb from decidim_proposals has been skipped. Migration with the same name already exists.
NOTE: Migration 20201006061208_add_demographics_data_collection_to_decidim_organization.rb from decidim_demographics has been skipped. Migration with the same name already exists.
NOTE: Migration 20210407134333_add_language_preference_to_users.rb from decidim_language_preference has been skipped. Migration with the same name already exists.

Merge request reports