update column names in encoding query

This commit is contained in:
tombolton
2022-03-09 13:18:50 +00:00
parent e5cde1c06a
commit dbe90ca471

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