file
6 rows where patch_id = 27845
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
132962 | 27845 27845 | includes/AbuseFilter.php |
132963 | 27845 27845 | includes/AbuseFilterHooks.php |
132964 | 27845 27845 | includes/Views/AbuseFilterViewEdit.php |
132965 | 27845 27845 | includes/Views/AbuseFilterViewList.php |
132966 | 27845 27845 | includes/Views/AbuseFilterViewRevert.php |
132967 | 27845 27845 | includes/api/ApiAbuseFilterUnblockAutopromote.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);