file
9 rows where patch_id = 130295
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
663132 | 130295 130295 | tests/phpunit/includes/block/AutoblockExemptionListTest.php |
663133 | 130295 130295 | docs/config-vars.php |
663134 | 130295 130295 | includes/MainConfigSchema.php |
663135 | 130295 130295 | RELEASE-NOTES-1.44 |
663136 | 130295 130295 | docs/config-schema.yaml |
663137 | 130295 130295 | includes/block/AutoblockExemptionList.php |
663138 | 130295 130295 | includes/config-schema.php |
663139 | 130295 130295 | includes/MainConfigNames.php |
663140 | 130295 130295 | includes/ServiceWiring.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);