file
6 rows where patch_id = 3705
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
17903 | 3705 3705 | includes/logging/LogEventsList.php |
17904 | 3705 3705 | includes/specials/SpecialContributions.php |
17905 | 3705 3705 | includes/specials/SpecialNewFiles.php |
17906 | 3705 3705 | includes/specials/SpecialPrefixindex.php |
17907 | 3705 3705 | includes/specials/SpecialProtectedpages.php |
17908 | 3705 3705 | includes/specials/SpecialProtectedtitles.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);