file
18 rows where patch_id = 38408
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
177359 | 38408 38408 | includes/Html.php |
177360 | 38408 38408 | includes/api/ApiFeedWatchlist.php |
177361 | 38408 38408 | includes/api/ApiMain.php |
177362 | 38408 38408 | includes/api/ApiQuery.php |
177363 | 38408 38408 | includes/changetags/ChangeTagsLogItem.php |
177364 | 38408 38408 | includes/clientpool/SquidPurgeClient.php |
177365 | 38408 38408 | includes/config/EtcdConfig.php |
177366 | 38408 38408 | includes/media/Exif.php |
177367 | 38408 38408 | includes/parser/CoreParserFunctions.php |
177368 | 38408 38408 | includes/preferences/DefaultPreferencesFactory.php |
177369 | 38408 38408 | includes/resourceloader/ResourceLoaderModule.php |
177370 | 38408 38408 | includes/revisiondelete/RevDelLogItem.php |
177371 | 38408 38408 | includes/specials/SpecialNewpages.php |
177372 | 38408 38408 | includes/specials/SpecialTags.php |
177373 | 38408 38408 | includes/user/BotPassword.php |
177374 | 38408 38408 | maintenance/syncFileBackend.php |
177375 | 38408 38408 | resources/Resources.php |
177376 | 38408 38408 | tests/phpunit/includes/linker/LinkRendererTest.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);