elsa-core/src/modules/Elsa.Dapper.Migrations
2024-02-12 15:23:18 +01:00
..
Identity Implement Dapper for Identity (#4110) 2023-06-06 21:43:53 +02:00
Management Incidents (#4436) 2023-09-14 10:50:02 +02:00
Runtime renamed migration 2024-02-12 15:23:18 +01:00
Elsa.Dapper.Migrations.csproj Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
FodyWeavers.xml Implement Dapper for Identity (#4110) 2023-06-06 21:43:53 +02:00
Readme.md Implement Dapper for Identity (#4110) 2023-06-06 21:43:53 +02:00

Migration versioning

Each migration's version number is prefixed with a numerical value that represents a given module. The following table shows the mapping between module and version prefix:

Module Version prefix
Management 1000
Runtime 2000
Identity 3000

After the prefix comes the version of the migration. For example, the "Initial" migration is at version 1. For the "Management" module, the "Initial" migration is at version 10001. Similarly, the "Initial" migration for the "Runtime" module is at version 20001.