mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-12-04 12:58:26 +00:00
c922e1babd
discussiontools_item_pages row itp_id=5 has incorrect itp_oldest_revision_id. It should point to the older of the two revisions with the same time, but it points to the newer one. discussiontools_item_revisions row is missing. Depends-On: I56f0e161e5438d5f77b7d53d4db7411f90f97d05 Change-Id: I61ed42515891a84729455a7a32c98276c7cacd40
27 lines
419 B
JSON
27 lines
419 B
JSON
[
|
|
{
|
|
"itid_id": "1",
|
|
"itid_itemid": "h-A-20220720070000"
|
|
},
|
|
{
|
|
"itid_id": "2",
|
|
"itid_itemid": "c-X-20220720070000-A"
|
|
},
|
|
{
|
|
"itid_id": "3",
|
|
"itid_itemid": "h-C-20220720070100"
|
|
},
|
|
{
|
|
"itid_id": "4",
|
|
"itid_itemid": "c-X-20220720070100-C"
|
|
},
|
|
{
|
|
"itid_id": "5",
|
|
"itid_itemid": "c-Y-20220720070200-X-20220720070000"
|
|
},
|
|
{
|
|
"itid_id": "6",
|
|
"itid_itemid": "c-Z-20220720070200-X-20220720070100"
|
|
}
|
|
]
|