Task 2: DB Migration - Add preview_path column to images table via ALTER TABLE - Migration runs automatically on database initialization - Handles duplicate column gracefully Task 3: Constants & Config - Export PREVIEW_FS_DIR constant (data/previews) - Export PREVIEW_CONFIG (800px, 85% quality, JPEG) - Update ImagePreviewService to import from constants - Update schema.sql documentation with preview_path |
||
|---|---|---|
| .. | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| package.json | ||