file
11 rows where patch_id = 88787
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
427450 | 88787 88787 | RELEASE-NOTES-1.39 |
427451 | 88787 88787 | composer.json |
427452 | 88787 88787 | phpunit.xml.dist |
427453 | 88787 88787 | tests/common/TestSetup.php |
427454 | 88787 88787 | tests/phpunit/IntegrationBootstrapWrapper.php |
427455 | 88787 88787 | tests/phpunit/MediaWikiIntegrationTestCase.php |
427456 | 88787 88787 | tests/phpunit/bootstrap.integration.php |
427457 | 88787 88787 | tests/phpunit/bootstrap.maintenance.php |
427458 | 88787 88787 | tests/phpunit/phpunit.php |
427459 | 88787 88787 | tests/phpunit/structure/SuiteDirectoryTest.php |
427460 | 88787 88787 | tests/phpunit/suite.xml |
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);