adding migration for person photo
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user