file
10 rows where patch_id = 495
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
2571 | 495 495 | includes/EditPage.php |
2572 | 495 495 | includes/FileDeleteForm.php |
2573 | 495 495 | includes/ProtectionForm.php |
2574 | 495 495 | includes/actions/WatchAction.php |
2575 | 495 495 | includes/api/ApiWatchlistTrait.php |
2576 | 495 495 | includes/page/Article.php |
2577 | 495 495 | includes/specials/SpecialMovepage.php |
2578 | 495 495 | includes/watchlist/WatchlistManager.php |
2579 | 495 495 | tests/phpunit/includes/EditPageTest.php |
2580 | 495 495 | tests/phpunit/integration/includes/watchlist/WatchlistManagerTest.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);