file
9 rows where patch_id = 27840
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
132942 | 27840 27840 | RELEASE-NOTES-1.34 |
132943 | 27840 27840 | includes/MediaWikiServices.php |
132944 | 27840 27840 | includes/ServiceWiring.php |
132945 | 27840 27840 | includes/auth/AuthManager.php |
132946 | 27840 27840 | includes/block/BlockManager.php |
132947 | 27840 27840 | includes/user/User.php |
132948 | 27840 27840 | tests/phpunit/includes/auth/AuthManagerTest.php |
132949 | 27840 27840 | tests/phpunit/includes/block/BlockManagerTest.php |
132950 | 27840 27840 | 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);