file
11 rows where patch_id = 88796
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
427490 | 88796 88796 | RELEASE-NOTES-1.39 |
427491 | 88796 88796 | composer.json |
427492 | 88796 88796 | phpunit.xml.dist |
427493 | 88796 88796 | tests/common/TestSetup.php |
427494 | 88796 88796 | tests/phpunit/IntegrationBootstrapWrapper.php |
427495 | 88796 88796 | tests/phpunit/MediaWikiIntegrationTestCase.php |
427496 | 88796 88796 | tests/phpunit/bootstrap.integration.php |
427497 | 88796 88796 | tests/phpunit/bootstrap.maintenance.php |
427498 | 88796 88796 | tests/phpunit/phpunit.php |
427499 | 88796 88796 | tests/phpunit/structure/SuiteDirectoryTest.php |
427500 | 88796 88796 | 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);