file
13 rows where patch_id = 10856
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
49759 | 10856 10856 | includes/MovePage.php |
49760 | 10856 10856 | includes/ServiceWiring.php |
49761 | 10856 10856 | includes/api/ApiMove.php |
49762 | 10856 10856 | includes/installer/WebInstallerOptions.php |
49763 | 10856 10856 | includes/page/PageCommandFactory.php |
49764 | 10856 10856 | includes/specials/SpecialMovepage.php |
49765 | 10856 10856 | includes/upload/UploadFromFile.php |
49766 | 10856 10856 | tests/common/TestsAutoLoader.php |
49767 | 10856 10856 | tests/phpunit/includes/MovePageTest.php |
49768 | 10856 10856 | tests/phpunit/mocks/MockServiceDependenciesTrait.php |
49769 | 10856 10856 | tests/phpunit/mocks/MockTitleTrait.php |
49770 | 10856 10856 | tests/phpunit/unit/includes/MovePageTest.php |
49771 | 10856 10856 | tests/phpunit/unit/includes/page/MovePageFactoryTest.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);