Skip to content
Snippets Groups Projects
Commit 5eae980d authored by Erik Reid's avatar Erik Reid
Browse files

reverted previous changes

these were debugging changes that were accidentally committed
parent 681f39b9
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ WHERE ...@@ -111,7 +111,7 @@ WHERE
def get_circuits(connection): def get_circuits(connection):
_sql = """ _sql = """
SELECT equipment, other_end_equipment SELECT *
FROM (SELECT FROM (SELECT
c.absid AS id, c.absid AS id,
c.name, c.name,
...@@ -197,7 +197,6 @@ WHERE ...@@ -197,7 +197,6 @@ WHERE
AND equipment != '' AND equipment != ''
AND circuit_type IN ( AND circuit_type IN (
'path', 'service', 'l2circuit', 'link-aggr-group') 'path', 'service', 'l2circuit', 'link-aggr-group')
and (equipment like '%tal.ee%' or other_end_equipment like '%tal.ee%')
ORDER BY ORDER BY
name, name,
FIELD(status, FIELD(status,
......
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