file
11 rows where patch_id = 60118
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
275885 | 60118 60118 | RELEASE-NOTES-1.37 |
275886 | 60118 60118 | autoload.php |
275887 | 60118 60118 | includes/MediaWikiServices.php |
275888 | 60118 60118 | includes/ServiceWiring.php |
275889 | 60118 60118 | includes/user/CentralId/CentralIdLookup.php |
275890 | 60118 60118 | includes/user/CentralId/CentralIdLookupFactory.php |
275891 | 60118 60118 | includes/user/CentralId/LocalIdLookup.php |
275892 | 60118 60118 | tests/phpunit/includes/user/BotPasswordTest.php |
275893 | 60118 60118 | tests/phpunit/includes/user/CentralIdLookupTest.php |
275894 | 60118 60118 | tests/phpunit/includes/user/UserTest.php |
275895 | 60118 60118 | tests/phpunit/unit/includes/user/CentralId/CentralIdLookupFactoryTest.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);