You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clean command should flag revisions that are not linked to any environment as deleted.
Test query;
select distinct concat(c.name, ':', r.ouuid) as emsLink
from revision r
join content_type c onc.id=r.content_type_idwherer.ouuid not in (
selectr.ouuidfrom revision r
join environment_revision er onr.id=er.revision_idgroup byr.ouuid
) andr.deleted is false;
The text was updated successfully, but these errors were encountered:
The clean command should flag revisions that are not linked to any environment as deleted.
Test query;
The text was updated successfully, but these errors were encountered: