file
15 rows where patch_id = 51887
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
234467 | 51887 51887 | RELEASE-NOTES-1.31 |
234468 | 51887 51887 | autoload.php |
234469 | 51887 51887 | docs/distributors.txt |
234470 | 51887 51887 | includes/DefaultSettings.php |
234471 | 51887 51887 | includes/Defines.php |
234472 | 51887 51887 | includes/ServiceWiring.php |
234473 | 51887 51887 | includes/installer/Installer.php |
234474 | 51887 51887 | includes/installer/i18n/en.json |
234475 | 51887 51887 | includes/installer/i18n/qqq.json |
234476 | 51887 51887 | includes/libs/filebackend/FileBackendStore.php |
234477 | 51887 51887 | includes/libs/filebackend/SwiftFileBackend.php |
234478 | 51887 51887 | includes/libs/objectcache/XCacheBagOStuff.php |
234479 | 51887 51887 | includes/utils/UIDGenerator.php |
234480 | 51887 51887 | maintenance/dictionary/mediawiki.dic |
234481 | 51887 51887 | tests/phpunit/MediaWikiTestCase.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);