mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-28 10:11:45 +00:00
66cac8523e
Just to confirm that this works correctly, because I broke it a few times in different ways while working on T321121. In this scenario, discussiontools_item_revisions contains rows for the oldest and newest revisions of pages containing each comment distinguishable by name, as well as extra rows for the newest revisions of comments indistinguishable by name, so that they can be looked up by ID. Change-Id: Ic8450a6b082ed343dd633d3a43c50696b5d6d2bb
21 lines
340 B
JSON
21 lines
340 B
JSON
[
|
|
{
|
|
"it_id": "1",
|
|
"it_itemname": "h-Y-20220720080000",
|
|
"it_timestamp": null,
|
|
"it_actor": null
|
|
},
|
|
{
|
|
"it_id": "2",
|
|
"it_itemname": "c-Y-20220720080000",
|
|
"it_timestamp": "20220720080000",
|
|
"it_actor": "3"
|
|
},
|
|
{
|
|
"it_id": "3",
|
|
"it_itemname": "c-X-20220720080100",
|
|
"it_timestamp": "20220720080100",
|
|
"it_actor": "2"
|
|
}
|
|
]
|