Fix udate update notes.

This commit is contained in:
Burak Kaan Köse
2026-03-08 18:40:43 +01:00
parent d9da326f0a
commit 8548257878
8 changed files with 26 additions and 116 deletions
@@ -23,11 +23,4 @@ public interface IContactPictureFileService
/// Deletes the picture file for the given file ID if it exists.
/// </summary>
Task DeleteContactPictureAsync(Guid fileId);
/// <summary>
/// One-time startup migration: reads AccountContact rows where Base64ContactPicture is set
/// but ContactPictureFileId is null, writes the picture bytes to disk, updates the DB row,
/// and clears the Base64ContactPicture column.
/// </summary>
Task MigrateBase64PicturesAsync();
}