Update FileSystem.Mount.sql

master
Costas K 3 years ago committed by GitHub
parent 23ad15aa6c
commit 7a1c111dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ case json_extract(events_persisted.payload,'$.data.volumeMountedReadOnly')
when true then 'Yes'
when false then 'No'
end as 'ReadOnly',
payload,
json_extract(events_persisted.payload,'$.data.volumeFat32') as 'volumeFat32',
json_extract(events_persisted.payload,'$.data.totalClusters') as 'totalClusters',
json_extract(events_persisted.payload,'$.data.clusterSizeBytes') as 'clusterSize',

Loading…
Cancel
Save