/PowerScribble

Cross-platform note taking application designed using MediatR and MAUI

Primary LanguageC#Apache License 2.0Apache-2.0

Creating new migrations

dotnet ef migrations add "Initial" --startup-project PowerScribble.Api --project PowerScribble.Api.Persistance --context PowerScribble.Api.Persistance.Data.PowerScribbleDbContext
dotnet ef database update --startup-project PowerScribble.Api --project PowerScribble.Api.Persistance --context PowerScribble.Api.Persistance.Data.PowerScribbleDbContext