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 must log in or register to comment.
Don’t have an answer, but thanks for doing this! I’ve noticed a bit of “cybersquatting”, some people are creating 10-20 subs with no content. That’s not helpful.
You can query the community table in the database
SELECT * FROM public.community order by published asc;