file
9 rows where patch_id = 4559
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
21444 | 4559 4559 | extension.json |
21445 | 4559 4559 | includes/AbuseFilter.php |
21446 | 4559 4559 | includes/AbuseFilterRunner.php |
21447 | 4559 4559 | includes/AbuseFilterServices.php |
21448 | 4559 4559 | includes/FilterProfiler.php |
21449 | 4559 4559 | includes/ServiceWiring.php |
21450 | 4559 4559 | includes/Views/AbuseFilterViewEdit.php |
21451 | 4559 4559 | includes/Views/AbuseFilterViewList.php |
21452 | 4559 4559 | tests/phpunit/AbuseFilterConsequencesTest.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);