file
5 rows where patch_id = 4131
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
20084 | 4131 4131 | includes/jobqueue/jobs/UserEditCountInitJob.php |
20085 | 4131 4131 | includes/user/UserEditTracker.php |
20086 | 4131 4131 | tests/phpunit/includes/AutopromoteTest.php |
20087 | 4131 4131 | tests/phpunit/includes/jobqueue/jobs/UserEditCountInitJobTest.php |
20088 | 4131 4131 | tests/phpunit/unit/includes/user/UserEditTrackerTest.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);