Skip to content
Snippets Groups Projects
Commit cebd0857 authored by Robert Latta's avatar Robert Latta
Browse files

added alias for status of geant lambdas

parent ff456a5c
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ equipment_location_query = """SELECT
geant_lambda_sql = """SELECT
absid AS id,
name,
LOWER(status)
LOWER(status) AS status
FROM circuit
WHERE
status != 'terminated'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment