db: rename gitserver_localclone_jobs to gitserver_relocator_jobs
Created by: asdine
This renames the gitserver_localclone_jobs
table and gitserver_localclone_jobs_with_repo_name
view to gitserver_relocator_jobs
and gitserver_relocator_jobs_with_repo_name
.
This is done after the discussion about renaming the GitserverLocalClone worker to GitserverReplicator worker.
The table is not used yet so it's safe to just drop it instead of renaming it:
- so that we can fix the order of columns
- so we don't have to rename constraints too
- start fresh basically
Test plan
sg migration up and undo
Related to #32827