This commit adds a new migration, V3_2, to various Elsa modules including MySql, SqlServer, Sqlite and PostgreSql. It includes the creation of new migration files for both alterations and runtime aspects. The commit applies to Elsa's EntityFrameworkCore-based modules and forms part of the database schema evolution process. |
||
|---|---|---|
| .. | ||
| efcore-3.0.sh | ||
| efcore-3.1-sql.sh | ||
| efcore-3.1.sh | ||
| efcore-3.2.sh | ||
| README.md | ||
The ef-migration-runtime-schema package provides a runtime schema for the Entity Framework Core migrations. This schema is used to generate the migration scripts for the database.