Skip to content

Commit

Permalink
Add changeset for transaction table
Browse files Browse the repository at this point in the history
Introduced a new changeset to include an SQL file for creating a transaction table for tracking transaction states. This update is necessary for enhancing the application's transaction management capabilities.
  • Loading branch information
saschadoemer committed Sep 5, 2024
1 parent f577e70 commit e25a357
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/db/changelog/db.changelog-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ databaseChangeLog:
changes:
- sqlFile:
path: db/changelog/V7__adapt_internal_schema_for_stationary_images.sql
- changeSet:
id: 8
author: Sascha Doemer | sascha.doemer@lmis.de
changes:
- sqlFile:
path: db/changelog/V8__add_transaction_table_for_tx_state.sql

0 comments on commit e25a357

Please sign in to comment.