file
22 rows where patch_id = 1264
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
6238 | 1264 1264 | autoload.php |
6239 | 1264 1264 | includes/EditPage.php |
6240 | 1264 1264 | includes/api/ApiBase.php |
6241 | 1264 1264 | includes/api/ApiDelete.php |
6242 | 1264 1264 | includes/api/ApiEditPage.php |
6243 | 1264 1264 | includes/api/ApiMove.php |
6244 | 1264 1264 | includes/api/ApiProtect.php |
6245 | 1264 1264 | includes/api/ApiRollback.php |
6246 | 1264 1264 | includes/api/ApiUndelete.php |
6247 | 1264 1264 | includes/api/ApiUpload.php |
6248 | 1264 1264 | includes/api/ApiWatchlistTrait.php |
6249 | 1264 1264 | includes/api/i18n/en.json |
6250 | 1264 1264 | includes/api/i18n/qqq.json |
6251 | 1264 1264 | includes/jobqueue/jobs/PublishStashedFileJob.php |
6252 | 1264 1264 | includes/upload/UploadBase.php |
6253 | 1264 1264 | tests/phpunit/includes/api/ApiDeleteTest.php |
6254 | 1264 1264 | tests/phpunit/includes/api/ApiEditPageTest.php |
6255 | 1264 1264 | tests/phpunit/includes/api/ApiMoveTest.php |
6256 | 1264 1264 | tests/phpunit/includes/api/ApiProtectTest.php |
6257 | 1264 1264 | tests/phpunit/includes/api/ApiRollbackTest.php |
6258 | 1264 1264 | tests/phpunit/includes/api/ApiUndeleteTest.php |
6259 | 1264 1264 | tests/phpunit/includes/api/ApiUploadTest.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);