file
5 rows where patch_id = 78933
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
364873 | 78933 78933 | extension.json |
364874 | 78933 78933 | includes/AbuseFilterHooks.php |
364875 | 78933 78933 | includes/Hooks/Handlers/FilteredActionsHandler.php |
364876 | 78933 78933 | includes/VariableGenerator/RCVariableGenerator.php |
364877 | 78933 78933 | 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);