mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-12-19 11:32:16 +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
39 lines
677 B
JSON
39 lines
677 B
JSON
[
|
|
{
|
|
"it_id": "1",
|
|
"it_itemname": "h-X-20220720070000",
|
|
"it_timestamp": null,
|
|
"it_actor": null
|
|
},
|
|
{
|
|
"it_id": "2",
|
|
"it_itemname": "c-X-20220720070000",
|
|
"it_timestamp": "20220720070000",
|
|
"it_actor": "2"
|
|
},
|
|
{
|
|
"it_id": "3",
|
|
"it_itemname": "h-X-20220720070100",
|
|
"it_timestamp": null,
|
|
"it_actor": null
|
|
},
|
|
{
|
|
"it_id": "4",
|
|
"it_itemname": "c-X-20220720070100",
|
|
"it_timestamp": "20220720070100",
|
|
"it_actor": "2"
|
|
},
|
|
{
|
|
"it_id": "5",
|
|
"it_itemname": "c-Y-20220720070200",
|
|
"it_timestamp": "20220720070200",
|
|
"it_actor": "3"
|
|
},
|
|
{
|
|
"it_id": "6",
|
|
"it_itemname": "c-Z-20220720070200",
|
|
"it_timestamp": "20220720070200",
|
|
"it_actor": "4"
|
|
}
|
|
]
|