I’m trying to prune “flotsam” communities from my instance, so it would help me to see when a community was first created. Is there a way to do so?
I’m trying to prune “flotsam” communities from my instance, so it would help me to see when a community was first created. Is there a way to do so?
You can query the community table in the database
SELECT * FROM public.community order by published asc;