file
15 rows where patch_id = 78925
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
364757 | 78925 78925 | includes/Title.php |
364758 | 78925 78925 | includes/api/ApiQueryRevisionsBase.php |
364759 | 78925 78925 | includes/content/ContentHandler.php |
364760 | 78925 78925 | includes/externalstore/ExternalStoreMemory.php |
364761 | 78925 78925 | includes/http/MWHttpRequest.php |
364762 | 78925 78925 | includes/language/Language.php |
364763 | 78925 78925 | includes/libs/mime/MimeAnalyzer.php |
364764 | 78925 78925 | includes/parser/DateFormatter.php |
364765 | 78925 78925 | includes/preferences/DefaultPreferencesFactory.php |
364766 | 78925 78925 | includes/specials/SpecialVersion.php |
364767 | 78925 78925 | maintenance/includes/Benchmarker.php |
364768 | 78925 78925 | maintenance/language/generateCollationData.php |
364769 | 78925 78925 | maintenance/mwdocgen.php |
364770 | 78925 78925 | maintenance/storage/recompressTracked.php |
364771 | 78925 78925 | maintenance/updateCollation.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);