Comment 2 for bug 1610246

Revision history for this message
Galen Charlton (gmc) wrote :

For folks who may not be sure whether or not they're using that reporting source, the following SQL query will give a list of the names of Clark Kent reports that used reporter.classic_current_circ:

select r.name, r.create_time from reporter.report r join reporter.template t on (t.id = r.template) where t.data ~ '"rccc"';