Module:SchemaDiagram: Revision history

From Bonkipedia

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 November 2022

28 February 2022

  • curprev 16:1816:18, 28 February 2022[[mw:]]>Krinkle 15,655 bytes +15,655 Add native support for JSON format instead of parsing SQL that was in turn generated from JSON. This is mainly because the 1.37+ generated SQL no longer sets "PRIMARY" inside the fields for the create table statement, but calls "PRIMARY KEY" separately which is difficult to parse in Lua. Instead, given that we only need that for 1.37+, parse the JSON instead where this is easy to handle.