file
10 rows where patch_id = 58460
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
268800 | 58460 58460 | RELEASE-NOTES-1.37 |
268801 | 58460 58460 | includes/Storage/DerivedPageDataUpdater.php |
268802 | 58460 58460 | includes/Storage/PageUpdater.php |
268803 | 58460 58460 | includes/Title.php |
268804 | 58460 58460 | includes/changes/CategoryMembershipChange.php |
268805 | 58460 58460 | includes/content/ContentHandler.php |
268806 | 58460 58460 | includes/diff/DifferenceEngine.php |
268807 | 58460 58460 | includes/parser/Parser.php |
268808 | 58460 58460 | tests/phpunit/includes/Storage/PageUpdaterTest.php |
268809 | 58460 58460 | tests/phpunit/includes/page/WikiPageDbTest.php |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE file ( id INTEGER PRIMARY KEY, patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, FOREIGN KEY(patch_id) REFERENCES patch(id) ); CREATE INDEX file_patch_id ON file(patch_id);