file
9 rows where patch_id = 7516
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
33981 | 7516 7516 | .phpcs.xml |
33982 | 7516 7516 | includes/ApiQueryBetaFeatures.php |
33983 | 7516 7516 | includes/BetaFeaturesHooks.php |
33984 | 7516 7516 | includes/HTMLFeatureField.php |
33985 | 7516 7516 | includes/NewHTMLCheckField.php |
33986 | 7516 7516 | includes/UpdateBetaFeatureUserCountsJob.php |
33987 | 7516 7516 | tests/phpunit/AutoEnrollmentTest.php |
33988 | 7516 7516 | tests/phpunit/DependentFeatureTest.php |
33989 | 7516 7516 | tests/phpunit/HooksRunTest.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);