file
8 rows where patch_id = 13366
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
62015 | 13366 13366 | RELEASE-NOTES-1.35 |
62016 | 13366 13366 | includes/block/AbstractBlock.php |
62017 | 13366 13366 | includes/block/BlockManager.php |
62018 | 13366 13366 | includes/block/CompositeBlock.php |
62019 | 13366 13366 | includes/block/DatabaseBlock.php |
62020 | 13366 13366 | includes/block/SystemBlock.php |
62021 | 13366 13366 | tests/phpunit/includes/Permissions/PermissionManagerTest.php |
62022 | 13366 13366 | tests/phpunit/includes/TitlePermissionTest.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);