Skip to content

Fix ChangeCountryNamesToNumericCodes migration

The migration right before it changed the Profile country column to country_numeric_code.

This migration was still trying to access the 'country' column, which does not exist anymore.

Rename the attribute to fix the migration.

Merge request reports