mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-19 12:50:20 +00:00
FIX - PG AppName Migration (#18139)
This commit is contained in:
parent
aa7b95a515
commit
1a42f4633e
@ -47,7 +47,7 @@ public class MigrationUtil {
|
|||||||
try {
|
try {
|
||||||
UUID appId = UUID.fromString(row.get("appid").toString());
|
UUID appId = UUID.fromString(row.get("appid").toString());
|
||||||
// Ignore if this has already been migrated
|
// Ignore if this has already been migrated
|
||||||
JsonObject json = JsonUtils.readJson((String) row.get("json")).asJsonObject();
|
JsonObject json = JsonUtils.readJson(row.get("json").toString()).asJsonObject();
|
||||||
if (json.containsKey("appName")) {
|
if (json.containsKey("appName")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user