Populate last_accessed_date in the course table
Opened this issue · 0 comments
jennlove-um commented
Thank you for contributing to this project!
Describe your problem or feature you'd like added
The last_accessed_date column was added to the courses table. Now that the field is there, we need to populate the data.
Additional context
This data is needed to implement the feature to limit the cron queries to Big Query by date as described in #1574.