* Reset EF Core migrations to 3.0 * Add V3_1 migration altering Status column and SerializableWorkflowInstanceIds This commit adds a new migration file (V3_1) which alters the 'Status' column in the 'AlterationJobs' and 'AlterationPlans' tables to be of type string instead of int. It also renames the 'SerializedWorkflowInstanceIds' to 'SerializedWorkflowInstanceFilter' in the same tables. This update applies across multiple databases (MySQL, SQL Server, SQLite, PostgreSQL). * Remove migration command from efcore-3.1.sh script The Entity Framework Core 3.1 migration command line has been removed from the efcore-3.1.sh script. This modification ensures that migration handling relies solely on the 'ef-migration-runtime-schema' function. |
||
|---|---|---|
| .. | ||
| efcore-3.0.sh | ||
| efcore-3.1-sql.sh | ||
| efcore-3.1.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.