file
7 rows where patch_id = 59853
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
274888 | 59853 59853 | RELEASE-NOTES-1.37 |
274889 | 59853 59853 | includes/htmlform/HTMLFormField.php |
274890 | 59853 59853 | includes/htmlform/fields/HTMLNamespacesMultiselectField.php |
274891 | 59853 59853 | includes/htmlform/fields/HTMLTagMultiselectField.php |
274892 | 59853 59853 | includes/htmlform/fields/HTMLTitlesMultiselectField.php |
274893 | 59853 59853 | includes/htmlform/fields/HTMLUsersMultiselectField.php |
274894 | 59853 59853 | resources/src/mediawiki.htmlform/autoinfuse.js |
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);