file
11 rows where patch_id = 78885
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
364544 | 78885 78885 | HISTORY |
364545 | 78885 78885 | includes/CommentStore.php |
364546 | 78885 78885 | includes/content/ContentHandler.php |
364547 | 78885 78885 | includes/language/LanguageConverter.php |
364548 | 78885 78885 | includes/language/LanguageConverterFactory.php |
364549 | 78885 78885 | includes/mail/EmailNotification.php |
364550 | 78885 78885 | includes/specials/SpecialMovepage.php |
364551 | 78885 78885 | tests/phpunit/MediaWikiIntegrationTestCase.php |
364552 | 78885 78885 | tests/phpunit/includes/languages/LanguageHeTest.php |
364553 | 78885 78885 | tests/phpunit/includes/skins/SideBarTest.php |
364554 | 78885 78885 | tests/phpunit/languages/converters/UzConverterTest.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);