update column names in encoding query

This commit is contained in:
tombolton
2022-03-09 13:18:50 +00:00
parent 3b8e3b9520
commit 110195c1fa

View File

@@ -8,4 +8,4 @@
import experimental.adaptivethreatmodeling.EndpointTypes
from EndpointType type
select type.getEncoding() as encoding, type.getDescription() as description order by encoding
select type.getEncoding() as encodingTypeEncoded, type.getDescription() as endpointType order by encodingTypeEncoded