# Discourse Disorder

**URL:** https://meta.discourse.org/t/discourse-disorder/246587
**Category:** Plugin
**Tags:** deprecated
**Created:** [December 16, 2022, 9:10pm UTC](https://meta.discourse.org/t/discourse-disorder/246587 "2022-12-16T21:10:01Z")
**Posts on this page:** 1
**Showing post:** 16

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [January 22, 2023, 2:04pm UTC](https://meta.discourse.org/t/discourse-disorder/246587/16 "2023-01-22T14:04:48Z")

</div>

This is great feedback! Would you be willing to share some debugging stats to help me understand exactly what went down?

Something like the result of

```sql
SELECT
  pcf.value,
  p.raw
FROM
  post_custom_fields AS pcf
INNER JOIN
  posts AS p ON p.id = pcf.post_id
WHERE
  pcf.name = 'disorder'

```

here or in a PM would be immensely helpful.

---

_[View the full topic](https://meta.discourse.org/t/discourse-disorder/246587)._
