I just created the pages for 1.36 and 1.37 following the instructions, it’s very easy (congrats for the Lua module!).
Also:
- I added the table "watchlist_expiry" in 1.35.0 and next,
- Added the file maintenance/tables-generated.sql for 1.35.0 and in the instructions,
- Modified a bit the Lua module to ignore the definitions of indexes inside a CREATE TABLE statement (diff) very used in tables-generated.sql
If someone has some time to fix a small issue in the Lua module: in tables-generated.sql, the PRIMARY key is defined inside the CREATE TABLE and this syntax is not recognised by the Lua module (search "PRIMARY" in the code): a few rules should be added to recognise this syntax and make the primary indexes reappear in 1.35+.