The old jobs code was deprecated, everything is in joboffers now. This PR remove all its code (and migrated some code and tests to use the new infrastructure, those was leftovers from the jobs->joboffers migration).
This PR also deletes de migration files in jobs, and some migrations in joboffers to bring stuff from the old database (which are already run in the real DB). Note that we are NOT removing the jobs tables in the real DB, we can leave it there for historical purposes, or remove it in the future.
The old
jobs
code was deprecated, everything is injoboffers
now. This PR remove all its code (and migrated some code and tests to use the new infrastructure, those was leftovers from the jobs->joboffers migration).This PR also deletes de migration files in
jobs
, and some migrations injoboffers
to bring stuff from the old database (which are already run in the real DB). Note that we are NOT removing thejobs
tables in the real DB, we can leave it there for historical purposes, or remove it in the future.