[16:27:09] Amir1: I changed the MW db diagrams to use "your" JSON code directly instead of continueing to parse the generated SQL that is derived from JSON. [16:27:17] It was "fun" to have a state machine in Lua while it lasted though [16:27:44] https://www.mediawiki.org/wiki/Manual:Database_layout/diagram/1.37.0 [16:27:44] https://www.mediawiki.org/w/index.php?title=Module:SchemaDiagram&diff=prev&oldid=5089890 [16:27:52] Ooooof [16:27:54] Nice [16:28:07] I think it simplified it a bit [16:29:10] By not needing to parse sql [16:30:22] https://www.mediawiki.org/wiki/Module:SchemaDiagram#L-87 [16:30:50] It was much simpler than I feared to get the sql to parse when I wrote it [16:31:01] ofc it doesn't need to support everything, only what passes our code review and coding conventions