file
7 rows where patch_id = 59356
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
272546 | 59356 59356 | includes/MovePage.php |
272547 | 59356 59356 | includes/Permissions/PermissionManager.php |
272548 | 59356 59356 | includes/Rest/Handler/MediaFileHandler.php |
272549 | 59356 59356 | includes/Storage/DerivedPageDataUpdater.php |
272550 | 59356 59356 | includes/logging/LogEventsList.php |
272551 | 59356 59356 | maintenance/cleanupSpam.php |
272552 | 59356 59356 | tests/phpunit/includes/changes/CategoryMembershipChangeTest.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);