* Incremental work on samples * Rename HTTP middleware and update samples * Rename HTTP Activities to Workflows * Automatically register core activities when adding Elsa * Fix feature registration bug * Add default auth feature * Make activity serializer more flexible * Bump designer version * Add workflow server + designer samples * Simplify EntityFrameworkCore projects * Update solution * Add Sqlite package references to ensure the correct version is used * Update sample project with EF Core * Update EF extensions * Add server + designer sample project * Cleanup AllInOne project and add some XML comments * Rename ci.yml and add CI for Docker file
4 lines
343 B
Bash
Executable file
4 lines
343 B
Bash
Executable file
dotnet ef migrations add Initial -c ActivityDefinitionsElsaDbContext -o Migrations/ActivityDefinitions
|
|
dotnet ef migrations add Initial -c LabelsElsaDbContext -o Migrations/Labels
|
|
dotnet ef migrations add Initial -c ManagementElsaDbContext -o Migrations/Management
|
|
dotnet ef migrations add Initial -c RuntimeElsaDbContext -o Migrations/Runtime |