Skip to content

replay-api/activity-feed-api

Repository files navigation

Setup

# Install dotnet-ef Tool
dotnet tool install --global dotnet-ef

# Expected output should be:
# You can invoke the tool using the following command: dotnet-ef
# Tool 'dotnet-ef' (version '9.0.0') was successfully installed.

Migrations

dotnet ef migrations add CreateActivityFeedSchema
dotnet ef database update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published