file
8 rows where patch_id = 61643
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
288249 | 61643 61643 | RELEASE-NOTES-1.37 |
288250 | 61643 61643 | includes/WebRequest.php |
288251 | 61643 61643 | includes/pager/IndexPager.php |
288252 | 61643 61643 | includes/specialpage/ChangesListSpecialPage.php |
288253 | 61643 61643 | includes/specials/SpecialRecentChanges.php |
288254 | 61643 61643 | includes/specials/SpecialWatchlist.php |
288255 | 61643 61643 | includes/user/User.php |
288256 | 61643 61643 | tests/phpunit/includes/user/UserTest.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);