file
12 rows where patch_id = 38393
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
177324 | 38393 38393 | includes/AjaxResponse.php |
177325 | 38393 38393 | includes/FeedUtils.php |
177326 | 38393 38393 | includes/Title.php |
177327 | 38393 38393 | includes/changes/ChangesFeed.php |
177328 | 38393 38393 | includes/deferred/WANCacheReapUpdate.php |
177329 | 38393 38393 | includes/diff/DifferenceEngine.php |
177330 | 38393 38393 | includes/jobqueue/JobQueueDB.php |
177331 | 38393 38393 | includes/media/DjVuHandler.php |
177332 | 38393 38393 | includes/page/WikiPage.php |
177333 | 38393 38393 | includes/resourceloader/ResourceLoaderModule.php |
177334 | 38393 38393 | includes/resourceloader/ResourceLoaderWikiModule.php |
177335 | 38393 38393 | includes/specialpage/ChangesListSpecialPage.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);