HR-ATS-Portal/backend/job
Talha Ahmed ccec7d48db
Deploy to S3 / deploy (push) Successful in 31s Details
Job cover images: move storage from disk into the database
Production containers have ephemeral filesystems, so the disk-backed
image from the previous commit would vanish on redeploy. New
job_post_images table (bytea, PK = job_posts FK so re-upload replaces),
created everywhere by manual migration 009 which run_manual_sql applies
automatically at startup — prod boots with DB_AUTOGENERATE=false and
never autogenerates tables. Upload/fetch endpoints unchanged for the
frontend; fetch now serves bytes from the row. The one locally stored
disk image was imported into the table and backend/uploads removed.

E2E re-verified: create-with-image 200, fetch 200, cover renders.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-27 16:34:04 +05:00
..
activity . 2026-08-12 18:52:40 +05:00
assignment . 2026-08-17 20:37:30 +05:00
candidate Merge branch 'main' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into Implementing_limitListing 2026-08-24 20:39:31 +05:00
cost Analytics: report library, NL ask, TTH baseline, source spend 2026-08-21 17:24:35 +05:00
feedback Implement candidate history tracking and enhance email URL configuration 2026-08-20 17:22:22 +05:00
history Candidate hiring forms (Annexure A/E/J), full-page profile, UX audit fixes 2026-08-24 20:14:36 +05:00
interviews Implement candidate history tracking and enhance email URL configuration 2026-08-20 17:22:22 +05:00
job_post Job cover images: move storage from disk into the database 2026-08-27 16:34:04 +05:00
notes Implement candidate history tracking and enhance email URL configuration 2026-08-20 17:22:22 +05:00
pipeline m. 2026-08-20 18:22:33 +05:00
app.py Job cover images: move storage from disk into the database 2026-08-27 16:34:04 +05:00