elsa-core/src/modules/Elsa.Dapper.Migrations
Sipke Schoorstra 93aa3a7835 Remove WorkflowInboxMessages table and associated logic.
This change eliminates the previously defined WorkflowInboxMessages table and its creation logic for all databases. Cleanup simplifies the database schema and maintains focus on essential entities.
2025-01-17 08:56:21 +01:00
..
Identity Add Bookmark Queue and Restore Background Activity Execution (#5758) 2024-07-15 22:37:14 +02:00
Management Add Bookmark Queue and Restore Background Activity Execution (#5758) 2024-07-15 22:37:14 +02:00
Runtime Remove WorkflowInboxMessages table and associated logic. 2025-01-17 08:56:21 +01:00
Elsa.Dapper.Migrations.csproj Convert to use Central Package Management 2024-02-04 13:49:54 +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.