jedmund-svelte/prisma/migrations
Justin Edmund f7d6f23b78 fix: add missing migration for project header visibility fields
Fixes P0 production error where projects failed to load due to missing
database columns. The schema was updated in commit 12d2ba1 to add three
Boolean fields (showFeaturedImageInHeader, showBackgroundColorInHeader,
showLogoInHeader) but no migration was created.

This migration adds the missing columns to the Project table with their
proper defaults (all true), resolving the "column does not exist" error
in production.
2025-11-23 06:05:42 -08:00
..
20240618_add_color_fields feat: add color extraction and analysis for media 2025-06-19 01:58:52 +01:00
20250823_add_video_metadata feat: add video upload support with ffmpeg processing 2025-08-23 03:13:36 -04:00
20250527040429_initial_setup
20250527053447_add_project_colors
20250530011034_add_project_logo
20250531071811_add_media_alt_text
20250531181345_remove_technologies_field
20250531202127_add_media_usage_tracking
20250531210030_add_post_attachments
20250531213353_add_photography_flags
20250601021128_add_project_type_and_password_protection
20250602194010_remove_post_excerpt
20250602220000_add_db_init_tracking
20250611065244_remove_link_photo_album_post_types
20250611072926_update_post_types_to_post_and_essay
20250611073054_update_post_types
20250612104142_add_media_reference_to_photo
20250613060835_simplify_photo_architecture Simplify photos architecture 2025-06-13 06:55:21 -04:00
20250619160919_add_album_content_and_geolocation feat(database): redesign album system with content support and geolocation 2025-06-24 01:10:54 +01:00
20250619161000_remove_direct_photo_album_relationship feat(database): redesign album system with content support and geolocation 2025-06-24 01:10:54 +01:00
20251123000000_add_project_header_visibility_fields fix: add missing migration for project header visibility fields 2025-11-23 06:05:42 -08:00
add_media_usage_tracking
migrate-photos-to-media.sql Simplify photos architecture 2025-06-13 06:55:21 -04:00
migration_lock.toml