Files
marechai/Marechai.Database
Natalia Portillo 65aa59a329 Widen Comments column to longtext for photo tables
- Updated the Comments column in SoundSynthPhotos, ProcessorPhotos, MachinePhotos, and GpuPhotos tables from varchar(255) to longtext to accommodate larger comment payloads.
- Removed existing indexes on Comments columns before altering their types to prevent index conflicts.
- Updated MarechaiContext model snapshot to reflect the new longtext type for Comments.
- Adjusted the context configuration to ensure Comments remain unindexed, allowing for larger data storage without truncation.
- Refactored EXIF extraction logic in MachinePhotosController, ProcessorPhotosController, and SoundSynthPhotosController to utilize a new PhotoExifExtractor for streamlined metadata handling.
- Implemented UTF-8 truncation logic in PhotoExifExtractor to ensure compliance with EXIF UserComment specifications.
2026-05-16 21:53:05 +01:00
..
2025-11-14 16:31:35 +00:00
2025-11-14 05:08:14 +00:00
2025-11-14 05:08:14 +00:00
2025-11-14 05:08:14 +00:00