elsa-core/src/modules/Elsa.Dapper.Migrations
Sipke Schoorstra bb2fa55d0e
WriteHttpFileResponse Activity (#4445)
* Incremental work on WriteFileHttpResponse activity

* BREAKING Schema change - Increase bookmark flexibility

* Implement zipped file response
2023-09-16 11:06:56 +02: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 WriteHttpFileResponse Activity (#4445) 2023-09-16 11:06: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.