file
21 rows where patch_id = 58969
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
271077 | 58969 58969 | RELEASE-NOTES-1.37 |
271078 | 58969 58969 | includes/EditPage.php |
271079 | 58969 58969 | includes/api/ApiBlockInfoTrait.php |
271080 | 58969 58969 | includes/block/AbstractBlock.php |
271081 | 58969 58969 | includes/block/Block.php |
271082 | 58969 58969 | includes/block/BlockErrorFormatter.php |
271083 | 58969 58969 | includes/block/BlockPermissionChecker.php |
271084 | 58969 58969 | includes/block/BlockUser.php |
271085 | 58969 58969 | includes/block/CompositeBlock.php |
271086 | 58969 58969 | includes/block/DatabaseBlock.php |
271087 | 58969 58969 | includes/block/DatabaseBlockStore.php |
271088 | 58969 58969 | includes/block/SystemBlock.php |
271089 | 58969 58969 | includes/block/UnblockUser.php |
271090 | 58969 58969 | includes/exception/UserBlockedError.php |
271091 | 58969 58969 | includes/page/Article.php |
271092 | 58969 58969 | includes/specials/SpecialBlock.php |
271093 | 58969 58969 | includes/specials/SpecialContributions.php |
271094 | 58969 58969 | includes/specials/SpecialDeletedContributions.php |
271095 | 58969 58969 | includes/specials/SpecialUnblock.php |
271096 | 58969 58969 | tests/phpunit/includes/block/DatabaseBlockTest.php |
271097 | 58969 58969 | tests/phpunit/unit/includes/block/BlockPermissionCheckerTest.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);