file
8 rows where patch_id = 4808
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
22701 | 4808 4808 | includes/AbuseFilter.php |
22702 | 4808 4808 | includes/Views/AbuseFilterView.php |
22703 | 4808 4808 | includes/Views/AbuseFilterViewDiff.php |
22704 | 4808 4808 | includes/Views/AbuseFilterViewEdit.php |
22705 | 4808 4808 | includes/Views/AbuseFilterViewHistory.php |
22706 | 4808 4808 | includes/Views/AbuseFilterViewRevert.php |
22707 | 4808 4808 | includes/special/SpecialAbuseFilter.php |
22708 | 4808 4808 | maintenance/addMissingLoggingEntries.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);