file
13 rows where patch_id = 88806
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
427525 | 88806 88806 | RELEASE-NOTES-1.39 |
427526 | 88806 88806 | docs/config-schema.yaml |
427527 | 88806 88806 | includes/MainConfigNames.php |
427528 | 88806 88806 | includes/MainConfigSchema.php |
427529 | 88806 88806 | includes/config-schema.php |
427530 | 88806 88806 | includes/config-vars.php |
427531 | 88806 88806 | includes/parser/ParserCache.php |
427532 | 88806 88806 | includes/parser/ParserCacheFactory.php |
427533 | 88806 88806 | includes/parser/ParserOutput.php |
427534 | 88806 88806 | tests/phpunit/includes/parser/ParserCacheTest.php |
427535 | 88806 88806 | tests/phpunit/integration/includes/Rest/Handler/PageHTMLHandlerTest.php |
427536 | 88806 88806 | tests/phpunit/integration/includes/Rest/Handler/RevisionHTMLHandlerTest.php |
427537 | 88806 88806 | tests/phpunit/unit/includes/parser/ParserCacheFactoryTest.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);