file
8 rows where patch_id = 130236
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
662731 | 130236 130236 | tests/phpunit/includes/api/ApiImportTest.php |
662732 | 130236 130236 | includes/page/MovePage.php |
662733 | 130236 130236 | tests/phpunit/includes/Storage/PageUpdaterTest.php |
662734 | 130236 130236 | includes/filerepo/file/LocalFile.php |
662735 | 130236 130236 | tests/phpunit/includes/filerepo/file/LocalFileTest.php |
662736 | 130236 130236 | includes/Storage/PageUpdater.php |
662737 | 130236 130236 | tests/phpunit/includes/page/MovePageTest.php |
662738 | 130236 130236 | includes/specials/helpers/ImportReporter.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);