update column names in encoding query

This commit is contained in:
tombolton
2022-03-09 13:18:50 +00:00
parent 4fff865920
commit 322c391909

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