mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-12-18 19:12: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
45 lines
807 B
JSON
45 lines
807 B
JSON
[
|
|
{
|
|
"itp_id": "1",
|
|
"itp_items_id": "1",
|
|
"itp_page_id": "2",
|
|
"itp_oldest_revision_id": "2",
|
|
"itp_newest_revision_id": "4"
|
|
},
|
|
{
|
|
"itp_id": "2",
|
|
"itp_items_id": "2",
|
|
"itp_page_id": "2",
|
|
"itp_oldest_revision_id": "2",
|
|
"itp_newest_revision_id": "4"
|
|
},
|
|
{
|
|
"itp_id": "3",
|
|
"itp_items_id": "3",
|
|
"itp_page_id": "2",
|
|
"itp_oldest_revision_id": "2",
|
|
"itp_newest_revision_id": "4"
|
|
},
|
|
{
|
|
"itp_id": "4",
|
|
"itp_items_id": "4",
|
|
"itp_page_id": "2",
|
|
"itp_oldest_revision_id": "2",
|
|
"itp_newest_revision_id": "4"
|
|
},
|
|
{
|
|
"itp_id": "5",
|
|
"itp_items_id": "5",
|
|
"itp_page_id": "2",
|
|
"itp_oldest_revision_id": "4",
|
|
"itp_newest_revision_id": "4"
|
|
},
|
|
{
|
|
"itp_id": "6",
|
|
"itp_items_id": "6",
|
|
"itp_page_id": "2",
|
|
"itp_oldest_revision_id": "4",
|
|
"itp_newest_revision_id": "4"
|
|
}
|
|
]
|