TSG-22708 Adapt to the change in the DECRYPTION_KEYRING table name

This commit is contained in:
fengweihao
2024-10-16 16:52:26 +08:00
parent 498c7328b1
commit d581a97262
3 changed files with 16 additions and 15 deletions

View File

@@ -1,11 +1,12 @@
[
{
"table_id":0,
"table_name":"PXY_PROFILE_KEYRING",
"table_name":"DECRYPTION_KEYRING",
"table_type":"plugin",
"custom": {
"key_name":"uuid",
"key_type":"pointer"
"key_type":"pointer",
"foreign_names": ["private_key_file", "public_key_file"]
}
}
]