docbrown/lib/data_update_scripts/20200901040521_create_profile_fields.rb
Michael Kohl 1b87cc7626
Profile generalization cleanup phase 2 (#14555)
* Remove ignored profile columns

* Update test.rb

* Remove dev profile fields CSV

* Fix first round of specs

* Add additional .includes

* More spec fixes

* Preload user in more locations

* Fix typo

* Spec/preloading fixes

* Specy McSpecFace

* Update e2e seeds

* Update e2e sees with correct display area

* Remove unused eager loading

* Update test.rb

* Add another entry to Bullet.safe_list

* Fix e2e seeds
2021-08-27 09:17:26 +07:00

7 lines
116 B
Ruby

module DataUpdateScripts
class CreateProfileFields
def run
# This is no longer needed
end
end
end