Skip to content

Migrations

Richard Schneider edited this page Jan 14, 2018 · 1 revision
cd net-ipfs-engine\src
dotnet ef migrations add X -s ..\test\IpfsEngineTests.csproj

Where X is the migration name.

Clone this wiki locally