file
8 rows where patch_id = 2733
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
13728 | 2733 2733 | includes/Rest/Handler/UserContributionsHandler.php |
13729 | 2733 2733 | includes/Revision/ContributionsLookup.php |
13730 | 2733 2733 | includes/Revision/ContributionsSegment.php |
13731 | 2733 2733 | package-lock.json |
13732 | 2733 2733 | package.json |
13733 | 2733 2733 | tests/api-testing/REST/UserContributions.js |
13734 | 2733 2733 | tests/phpunit/includes/Revision/ContributionsLookupTest.php |
13735 | 2733 2733 | tests/phpunit/unit/includes/Rest/Handler/UserContributionsHandlerTest.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);