Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

-- Emma has confirmed that the above statements should be replaced with

1- UPDATE opsdb_circuit oc inner join circuit c ON c.absid = oc.circuit_absid

...

   OR c.name LIKE ('%EEX%');


2- update opsdb_circuit set project = 'Ignore' where name like '% CLS';

...