file
7 rows where patch_id = 58445
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
268726 | 58445 58445 | includes/ServiceWiring.php |
268727 | 58445 58445 | includes/block/BlockUser.php |
268728 | 58445 58445 | includes/block/UserBlockCommandFactory.php |
268729 | 58445 58445 | includes/logging/BlockLogFormatter.php |
268730 | 58445 58445 | languages/i18n/en.json |
268731 | 58445 58445 | languages/i18n/qqq.json |
268732 | 58445 58445 | tests/phpunit/includes/logging/BlockLogFormatterTest.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);