josh-perry / zophos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zophos

Notes

Migrations

To add a DB migration it needs to be done from the Zophos.Data project, with the startup project set as Zophos.Server.

cd server\src\Zophos.Data
dotnet ef migrations add <migration name> --verbose --startup-project ..\Zophos.Server\Zophos.Server.csproj

About


Languages

Language:C# 66.6%Language:Lua 31.3%Language:Python 2.1%