file
7 rows where patch_id = 59654
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
274042 | 59654 59654 | includes/Fallbacks/FallbackRunnerContextImpl.php |
274043 | 59654 59654 | includes/Maintenance/IndexTemplateBuilder.php |
274044 | 59654 59654 | includes/Parser/FullTextKeywordRegistry.php |
274045 | 59654 59654 | includes/Profile/SearchProfileService.php |
274046 | 59654 59654 | includes/Search/CirrusSearchResult.php |
274047 | 59654 59654 | includes/Search/Fetch/FetchPhaseConfigBuilder.php |
274048 | 59654 59654 | includes/Search/MSearchResponses.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);