file
7 rows where patch_id = 891
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
4649 | 891 891 | includes/DefaultSettings.php |
4650 | 891 891 | includes/changetags/ChangeTags.php |
4651 | 891 891 | includes/deferred/LinksUpdate.php |
4652 | 891 891 | languages/i18n/en.json |
4653 | 891 891 | languages/i18n/qqq.json |
4654 | 891 891 | tests/phpunit/includes/changetags/ChangeTagsTest.php |
4655 | 891 891 | tests/phpunit/unit/includes/Storage/EditResultBuilderTest.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);