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 Admin WIP 2025-05-27 16:57:51 -07:00
20250527053447_add_project_colors Admin WIP 2025-05-27 16:57:51 -07:00
20250530011034_add_project_logo New project + Edit project working 2025-05-29 20:19:01 -07:00
20250531071811_add_media_alt_text tbh i dont know whats going on anymore 2025-05-31 02:08:26 -07:00
20250531181345_remove_technologies_field big update 2025-06-01 23:48:10 -07:00
20250531202127_add_media_usage_tracking big update 2025-06-01 23:48:10 -07:00
20250531210030_add_post_attachments big update 2025-06-01 23:48:10 -07:00
20250531213353_add_photography_flags big update 2025-06-01 23:48:10 -07:00
20250601021128_add_project_type_and_password_protection big update 2025-06-01 23:48:10 -07:00
20250602194010_remove_post_excerpt Get rid of explicit excerpt on Post 2025-06-02 13:03:03 -07:00
20250602220000_add_db_init_tracking Merge branch 'universe/posts' of github.com:jedmund/jedmund-svelte into universe/posts 2025-06-02 15:34:40 -07:00
20250611065244_remove_link_photo_album_post_types Remove old post types to reduce confusion 2025-06-11 00:06:44 -07:00
20250611072926_update_post_types_to_post_and_essay Simplify posts 2025-06-11 00:53:54 -07:00
20250611073054_update_post_types Simplify posts 2025-06-11 00:53:54 -07:00
20250612104142_add_media_reference_to_photo Better single photo view 2025-06-13 03:47:52 -04:00
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 big update 2025-06-01 23:48:10 -07:00
migrate-photos-to-media.sql Simplify photos architecture 2025-06-13 06:55:21 -04:00
migration_lock.toml Admin WIP 2025-05-27 16:57:51 -07:00