Skip to content

AliveDevil/InkForge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 5, 2024
43b4d50 · Apr 5, 2024

History

24 Commits
Apr 5, 2024
Apr 5, 2024
Feb 7, 2024
Apr 5, 2024
Feb 7, 2024
Feb 7, 2024
Feb 21, 2024
Apr 5, 2024
Feb 7, 2024
Feb 9, 2024
Feb 2, 2024
Feb 8, 2024
Apr 5, 2024
Feb 21, 2024
Feb 2, 2024
Feb 7, 2024

Repository files navigation

InkForge

Modifying EF Model

Apply Migrations for Notes-Database (InkForge.Data) or Identity-Database (including Workspaces, InkForge.Api.Data)

InkForge.Data:

dotnet ef migrations add <Name> \
    --startup-project design/InkForge.Migrations/ \
    --project shared/migrations/InkForge.Sqlite/ \
    -c InkForge.Data.NoteDbContext -- \
    --DbProvider Sqlite --connectionstrings-defaultconnection "Data Source=:memory:"

InkForge.Api.Data:

dotnet ef migrations add <Name> \
    --startup-project design/InkForge.Migrations/ \
    --project migrations/InkForge.Api.Sqlite \
    -c InkForge.Api.Data.ApiDbContext -- \
    --DbProvider Sqlite --connectionstrings-defaultconnection "Data Source=:memory:"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published