mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 08:50:18 +00:00
fix: add test case result extension for ts migration (#13195)
This commit is contained in:
parent
ae55b81a36
commit
4012f25d64
@ -6,7 +6,7 @@ UPDATE entity_extension_time_series
|
||||
JSON_EXTRACT(json, '$.timestamp') * 1000
|
||||
)
|
||||
WHERE
|
||||
extension in ('table.tableProfile', 'table.columnProfile');
|
||||
extension in ('table.tableProfile', 'table.columnProfile', 'testCase.testCaseResult');
|
||||
;
|
||||
|
||||
START TRANSACTION;
|
||||
|
@ -6,7 +6,7 @@ SET json = jsonb_set(
|
||||
to_jsonb(cast(json#>'{timestamp}' as int8) *1000)
|
||||
)
|
||||
WHERE
|
||||
extension in ('table.tableProfile', 'table.columnProfile');
|
||||
extension in ('table.tableProfile', 'table.columnProfile', 'testCase.testCaseResult');
|
||||
;
|
||||
|
||||
BEGIN;
|
||||
|
Loading…
x
Reference in New Issue
Block a user