db: add queued_at column to gitserver_localclone_jobs
Created by: asdine
This adds a missing column to the gitserver_localclone_jobs
. I also updated the worker documentation to avoid making that mistake again.
Adding a column requires rebuilding views.
Test plan
sg migration up and undo
Related to #32827