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
To check if you are also affected, run this query:
selectcount(*) from state_groups sg
left join event_to_state_groups esg onesg.state_group=sg.idleft join state_group_edges e one.prev_state_group=sg.idwhereesg.state_group is nullande.prev_state_group is null;
if you see numbers in the thousands, then it is this issue. Otherwise, you're not affected by this issue.
The text was updated successfully, but these errors were encountered:
Is Erik Johnston's tool still the best way to get rid of the unreferenced state groups? Because they indeed are filling up my disk, and the repo has not been touched for 2 years.
This issue has been migrated from #3364.
... which are filling up my disk :(
To check if you are also affected, run this query:
if you see numbers in the thousands, then it is this issue. Otherwise, you're not affected by this issue.
The text was updated successfully, but these errors were encountered: