Skip to content

Commit

Permalink
Adding update existing event status to liquibase (#231)
Browse files Browse the repository at this point in the history
* Adding update existing event status to liquibase

* [ci skip] auto patch increment
skip-checks: true

Co-authored-by: ras-rm-pr-bot <[email protected]>
  • Loading branch information
Amit Sinha and ras-rm-pr-bot authored Jan 13, 2021
1 parent 651cc2a commit 3c188b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _infra/helm/collection-exercise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ version: 1.2.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 11.0.37
appVersion: 11.0.38


3 changes: 3 additions & 0 deletions src/main/resources/database/changelog-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ databaseChangeLog:
- include:
file: database/changes/release-13/changelog.yml

- include:
file: database/changes/release-14/changelog.yml

# When adding new groups of migrations to this file the numbers are arbitrary, please follow the following format for
# all migrations after this point, using the the format "release-$NEXT_NUMBER". Incrementing $NEXT_NUMBER each
# time.
Expand Down

0 comments on commit 3c188b4

Please sign in to comment.