Files
openfoodnetwork/lib/tasks
cyrillefr 46cd60aa3c Fix RedundantPresenceValidationOnBelongs on two files
- presence: true is redundant since Rails 5.0 BUT applies
       with new default config of
       belongs_to_required_by_default to true.
       Lots of files with belongs_to_required_by_default = false
       (backward compatibility).
       So: deleting this setting implies to adding optional: true
     - added 'NOT NULL' constraints so model constraints match
       with contraints on DB tables.
     - corresponding migration files to match AR Models &
       DB tables
     - rake tasks to check corrupt data (ie: NULL/nil in id fields)
     - updated the todo
2024-05-22 09:44:02 +02:00
..
2012-03-27 10:10:26 +11:00
2024-04-09 10:44:02 +02:00
2023-06-23 09:08:04 +09:00
2023-09-01 08:55:56 +09:00
2021-09-08 14:28:31 +01:00
2024-02-15 16:51:10 +11:00