adding migration for person photo

This commit is contained in:
2025-10-13 22:38:16 +11:00
parent ee19397f59
commit c62ae2cd42
6 changed files with 615 additions and 2 deletions
+6 -1
View File
@@ -2,7 +2,12 @@
using Microsoft.EntityFrameworkCore;
using System.Data.Common;
using FamilyTreeAPI.Entities;
using FamilyTreeAPI.Interface;
/*
dotnet ef migrations add PersonPhoto run at project .csproj folder
dotnet ef database update
*/
namespace FamilyTreeAPI.Models
{