Skip to content

vopen-tech/vopen-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vOpen API

TBC

Migrations

To list migrations, run:

dotnet ef migrations list

To create a migration, run:

dotnet ef migrations add <migration-name>

To execute a migration in a database, run:

dotnet ef database update

To completely remove all migrations and start all over again, do the following:

dotnet ef database update 0
dotnet ef migrations remove

For more information, see the Migrations guidelines.

About

An open-source API for managing conferences around the globe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published