file
9 rows where patch_id = 27797
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
132782 | 27797 27797 | RELEASE-NOTES-1.34 |
132783 | 27797 27797 | includes/GlobalFunctions.php |
132784 | 27797 27797 | includes/MediaWikiServices.php |
132785 | 27797 27797 | includes/ServiceWiring.php |
132786 | 27797 27797 | includes/filerepo/RepoGroup.php |
132787 | 27797 27797 | tests/parser/ParserTestRunner.php |
132788 | 27797 27797 | tests/phpunit/includes/ContentSecurityPolicyTest.php |
132789 | 27797 27797 | tests/phpunit/includes/filerepo/RepoGroupTest.php |
132790 | 27797 27797 | tests/phpunit/suites/UploadFromUrlTestSuite.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);