Commit d7e191c
authored
Comment out migrateThreadTasksToTaskEntity in the PostgreSQL v200
migration to match the MySQL fix from PR #27687. The original fix was
only applied to MySQL, leaving PostgreSQL deployments exposed to the
same Collate CI failure.
1 parent da7a9e1 commit d7e191c
1 file changed
Lines changed: 3 additions & 2 deletions
File tree
- openmetadata-service/src/main/java/org/openmetadata/service/migration/postgres/v200
openmetadata-service/src/main/java/org/openmetadata/service/migration/postgres/v200/Migration.java
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments