elsa-core/src/modules/Elsa.Dapper.Migrations
2023-08-21 22:45:56 +02:00
..
Identity Implement Dapper for Identity (#4110) 2023-06-06 21:43:53 +02:00
Management Add ActivityName to execution log, remove FaultedAt instance timestamp 2023-07-21 17:52:52 +02:00
Runtime Add fault information to journal 2023-08-21 22:45:56 +02:00
Elsa.Dapper.Migrations.csproj Implement Dapper for Identity (#4110) 2023-06-06 21:43:53 +02: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.