You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #125 and as mentioned in #128. All schools now in the database should be NZ schools. However, statements such as School.where(country_code: "NZ") will not work if this field is set to nil or removed from the database.
Suggested tasks:
Remove country code field from registration form.
Remove country code from database and create migration.
Ensure that all mentions of School.where(country_code: "NZ") are replaced across the site.
The text was updated successfully, but these errors were encountered:
puqeko
changed the title
School country code now redundant
School country code to be redundant
Feb 16, 2021
Following #125 and as mentioned in #128. All schools now in the database should be NZ schools. However, statements such as
School.where(country_code: "NZ")
will not work if this field is set tonil
or removed from the database.Suggested tasks:
School.where(country_code: "NZ")
are replaced across the site.The text was updated successfully, but these errors were encountered: