file
5 rows where patch_id = 78944
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
364912 | 78944 78944 | includes/CentralAuthWikiListService.php |
364913 | 78944 78944 | includes/Hooks/CentralAuthHookRunner.php |
364914 | 78944 78944 | includes/Hooks/CentralAuthWikiListHook.php |
364915 | 78944 78944 | includes/ServiceWiring.php |
364916 | 78944 78944 | tests/phpunit/unit/CentralAuthWikiListServiceTest.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);