file
15 rows where patch_id = 27823
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
132893 | 27823 27823 | RELEASE-NOTES-1.34 |
132894 | 27823 27823 | autoload.php |
132895 | 27823 27823 | includes/ConfiguredReadOnlyMode.php |
132896 | 27823 27823 | includes/ServiceWiring.php |
132897 | 27823 27823 | includes/Storage/BlobStoreFactory.php |
132898 | 27823 27823 | includes/config/ServiceOptions.php |
132899 | 27823 27823 | includes/db/MWLBFactory.php |
132900 | 27823 27823 | includes/preferences/DefaultPreferencesFactory.php |
132901 | 27823 27823 | includes/specialpage/ChangesListSpecialPage.php |
132902 | 27823 27823 | includes/specialpage/SpecialPageFactory.php |
132903 | 27823 27823 | includes/specials/SpecialWatchlist.php |
132904 | 27823 27823 | tests/phpunit/includes/ReadOnlyModeTest.php |
132905 | 27823 27823 | tests/phpunit/includes/api/ApiParseTest.php |
132906 | 27823 27823 | tests/phpunit/includes/config/ServiceOptionsTest.php |
132907 | 27823 27823 | tests/phpunit/includes/preferences/DefaultPreferencesFactoryTest.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);