Skip to content

Commit

Permalink
fix(api): remove unexpected index
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomgrus committed Jan 26, 2022
1 parent be9fdae commit b7905a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
databaseChangeLog:
- changeSet:
id: 1643125674608-1
author: '? (generated)'
changes:
- dropIndex:
indexName: idxgom365xdjsepb9rc36xcuafur
tableName: problem_occurrence

Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ databaseChangeLog:
file: classpath*:db/changelog/changes/postgresql/20211129100011-delete_cascade_on_problem_occurrences.yaml
- include:
file: classpath*:db/changelog/changes/postgresql/20211125164648-not_null_constraints.yaml
- include:
file: classpath*:db/changelog/changes/postgresql/20220125164557-remove-unexpected-index.yaml

0 comments on commit b7905a3

Please sign in to comment.