-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kie-issues#1802: Flyway conflict migrating Data-Index (Postgresql) (#…
- Loading branch information
Showing
6 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
5 changes: 4 additions & 1 deletion
5
...torage/data-index-storage-jpa/src/main/resources/kie-flyway/db/data-index/ansi/readme.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
5 changes: 4 additions & 1 deletion
5
...ndex-storage-postgresql/src/main/resources/kie-flyway/db/data-index/postgresql/readme.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
...sistence-commons-jpa/src/main/resources/kie-flyway/db/persistence-commons/ansi/readme.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
...ons-postgresql/src/main/resources/kie-flyway/db/persistence-commons/postgresql/readme.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |