Skip to content

fix: set due_date to end_date if null

Navin Karkera requested to merge navin/fix-empty-due-date into master

Sets due_date to end_date if null

Supporting information

Merge deadline

"None" if there's no rush, "ASAP" if it's critical, or provide a specific date if there is one.

Testing instructions

Step by step procedure

  1. Set due_date to null for a run
  2. Run this migration and check due_date, it should be set to end_date

Author notes and concerns

None or note it here

Merge request reports