mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-17 11:43:54 +00:00
FIX - PG AppName Migration (#18139)
This commit is contained in:
parent
aa7b95a515
commit
1a42f4633e
@ -47,7 +47,7 @@ public class MigrationUtil {
|
||||
try {
|
||||
UUID appId = UUID.fromString(row.get("appid").toString());
|
||||
// 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")) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user