file
5 rows where patch_id = 865
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
4512 | 865 865 | includes/HookContainer/HookRunner.php |
4513 | 865 865 | includes/ServiceWiring.php |
4514 | 865 865 | includes/block/BlockActionInfo.php |
4515 | 865 865 | includes/block/Hook/GetAllBlockActionsHook.php |
4516 | 865 865 | tests/phpunit/unit/includes/block/BlockActionInfoTest.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);