|
Deploy to S3 / deploy (push) Successful in 31s
Details
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> |
||
|---|---|---|
| .. | ||
| 001_dashboard_rbac_and_enum.sql | ||
| 002_backfill_inbox_ats.sql | ||
| 003_seed_social_platforms.sql | ||
| 004_tasks_rbac.sql | ||
| 005_tasks_rbac_restrict.sql | ||
| 006_seed_feedback_templates.sql | ||
| 007_talent_rbac.sql | ||
| 008_hiring_forms_rbac.sql | ||
| 009_job_post_images.sql | ||