Skip to content

Commit

Permalink
kie-issues#1802: Flyway conflict migrating Data-Index (Postgresql) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan authored Feb 11, 2025
1 parent 8746a1a commit 8d0f79c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Ensure migration scripts are developed to support several executions over the same database without any error.
This feature will make sure this migration execution would be compatible with other needed flyway migrations without broking the chain.
This feature will make sure this migration execution would be compatible with other needed flyway migrations without broking the chain.

IMPORTANT: Due to the strong dependency between this module and persistence-commons-jpa please be sure that any new
Flyway migration added here uses a consistent version that doesn't collide with persistence-commons-jpa
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Ensure migration scripts are developed to support several executions over the same database without any error.
This feature will make sure this migration execution would be compatible with other needed flyway migrations without broking the chain.
This feature will make sure this migration execution would be compatible with other needed flyway migrations without broking the chain.

IMPORTANT: Due to the strong dependency between this module and persistence-commons-postgresql please be sure that any new
Flyway migration added here uses a consistent version that doesn't collide with persistence-commons-postgresql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Ensure migration scripts are developed to support several executions over the same database without any error.
This feature will make sure this migration execution would be compatible with other needed flyway migrations without broking the chain.

IMPORTANT: Due to the strong dependency between this module and data-index-storage-jpa please be sure that any new
Flyway migration added here uses a consistent version that doesn't collide with data-index-storage-jpa
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Ensure migration scripts are developed to support several executions over the same database without any error.
This feature will make sure this migration execution would be compatible with other needed flyway migrations without broking the chain.

IMPORTANT: Due to the strong dependency between this module and data-index-storage-postgresql please be sure that any new
Flyway migration added here uses a consistent version that doesn't collide with data-index-storage-postgresql

0 comments on commit 8d0f79c

Please sign in to comment.