Closed kjmahalingam closed 1 year ago
For posterity's sake, does anyone know why I needed to add this commit? For some reason when I ran the migrations locally this was created in the schema, causing issues in the specs. I have no idea why it is trying to add this consistently when I run the migrations locally, given that I made no changes related to this.
EDIT: For those curious, the issue was resolved by updating scenic
as the issue came from there. See here. Thanks @djpowers for the lead!
Broke the scenic upgrade out to #3113
@havocp @jhan217 I've added the index, let me know if there's anything you'd like me to implement differently there!
Alright again @havocp and @jhan217 I have fixed the index migration algorithm to be concurrent, should be ready now.
This adds a
Project.status_checked_at
field, so that we have a record of whenProject#check_status
was last called for aProject
, without needing to useProject.updated_at
to keep track of this.