file
5 rows where patch_id = 58446
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
268733 | 58446 58446 | includes/specials/SpecialRecentChanges.php |
268734 | 58446 58446 | includes/specials/SpecialRecentChangesLinked.php |
268735 | 58446 58446 | tests/phpunit/includes/specialpage/AbstractChangesListSpecialPageTestCase.php |
268736 | 58446 58446 | tests/phpunit/includes/specialpage/ChangesListSpecialPageTest.php |
268737 | 58446 58446 | tests/phpunit/includes/specials/SpecialRecentchangesTest.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);