Skip to content

Commit

Permalink
fix(api): make mysql liquibase iso with hibernate data model
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomgrus committed Jan 26, 2022
1 parent bb34b81 commit 4db13f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
databaseChangeLog:
- changeSet:
id: 1638176866700-7
id: 1643128280399-7
author: '? (generated)'
changes:
- createIndex:
Expand All @@ -10,21 +10,21 @@ databaseChangeLog:
indexName: FKm3twuhvstqk2icoycegrcmu69
tableName: problem_occurrence
- changeSet:
id: 1638176866700-8
id: 1643128280399-8
author: '? (generated)'
changes:
- dropIndex:
indexName: FK7lub23f9xbi92jqumgrjts9tk
tableName: problem_occurrence
- changeSet:
id: 1638176866700-1
id: 1643128280399-1
author: '? (generated)'
changes:
- dropForeignKeyConstraint:
baseTableName: problem_occurrence
constraintName: FK7lub23f9xbi92jqumgrjts9tk
- changeSet:
id: 1638176866700-2
id: 1643128280399-2
author: '? (generated)'
changes:
- addForeignKeyConstraint:
Expand All @@ -36,14 +36,14 @@ databaseChangeLog:
referencedColumnNames: id
referencedTableName: error
- changeSet:
id: 1638176866700-3
id: 1643128280399-3
author: '? (generated)'
changes:
- dropForeignKeyConstraint:
baseTableName: problem_occurrence
constraintName: FKm3twuhvstqk2icoycegrcmu69
- changeSet:
id: 1638176866700-4
id: 1643128280399-4
author: '? (generated)'
changes:
- addForeignKeyConstraint:
Expand All @@ -55,13 +55,13 @@ databaseChangeLog:
referencedColumnNames: id
referencedTableName: problem_pattern
- changeSet:
id: 1638176866700-5
id: 1643128280399-5
author: '? (generated)'
changes:
- dropPrimaryKey:
tableName: problem_occurrence
- changeSet:
id: 1638176866700-6
id: 1643128280399-6
author: '? (generated)'
changes:
- addPrimaryKey:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ databaseChangeLog:
- include:
file: classpath*:db/changelog/changes/mysql/20211125171000-not_null_constraints.yaml
- include:
file: classpath*:db/changelog/changes/mysql/20211129100521-delete_cascade_on_problem_occurrences.yaml
file: classpath*:db/changelog/changes/mysql/20220125173016-delete_cascade_on_problem_occurrences.yaml

0 comments on commit 4db13f9

Please sign in to comment.