file
12 rows where patch_id = 10855
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
49747 | 10855 10855 | includes/ServiceWiring.php |
49748 | 10855 10855 | includes/api/ApiBlock.php |
49749 | 10855 10855 | includes/api/ApiUnblock.php |
49750 | 10855 10855 | includes/block/BlockUser.php |
49751 | 10855 10855 | includes/block/BlockUserFactory.php |
49752 | 10855 10855 | includes/block/UnblockUser.php |
49753 | 10855 10855 | includes/block/UnblockUserFactory.php |
49754 | 10855 10855 | includes/block/UserBlockCommandFactory.php |
49755 | 10855 10855 | includes/specials/SpecialBlock.php |
49756 | 10855 10855 | includes/specials/SpecialUnblock.php |
49757 | 10855 10855 | tests/phpunit/integration/includes/block/BlockUserTest.php |
49758 | 10855 10855 | tests/phpunit/integration/includes/block/UnblockUserTest.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);