elsa-core/src/modules/Elsa.EntityFrameworkCore.MySql
Sipke Schoorstra 69aacd654b
Regenerate V3.1 EF Core migrations with custom runtime schema support (#5155)
* 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.
2024-03-29 21:15:23 +01:00
..
Migrations Regenerate V3.1 EF Core migrations with custom runtime schema support (#5155) 2024-03-29 21:15:23 +01:00
DbContextFactories.cs Feature: Alterations (#4501) 2023-10-07 12:47:36 +02:00
DbContextOptionsBuilder.cs Alterations with Queries (#5032) 2024-03-13 20:34:46 +01:00
Elsa.EntityFrameworkCore.MySql.csproj Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
Features.cs Remove incorrect default connection string values 2023-10-07 23:29:19 +02:00
FodyWeavers.xml Feature: Alterations (#4501) 2023-10-07 12:47:36 +02:00