file
23 rows where patch_id = 85979
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
405147 | 85979 85979 | docs/uidesign/design.html |
405148 | 85979 85979 | includes/EditPage.php |
405149 | 85979 85979 | includes/actions/McrUndoAction.php |
405150 | 85979 85979 | includes/editpage/Constraint/EditFilterMergedContentHookConstraint.php |
405151 | 85979 85979 | includes/htmlform/HTMLForm.php |
405152 | 85979 85979 | includes/htmlform/HTMLFormField.php |
405153 | 85979 85979 | includes/page/Article.php |
405154 | 85979 85979 | includes/specialpage/LoginSignupSpecialPage.php |
405155 | 85979 85979 | includes/specials/SpecialChangeCredentials.php |
405156 | 85979 85979 | includes/specials/SpecialChangeEmail.php |
405157 | 85979 85979 | includes/specials/SpecialContributions.php |
405158 | 85979 85979 | includes/specials/SpecialEditTags.php |
405159 | 85979 85979 | includes/specials/SpecialExpandTemplates.php |
405160 | 85979 85979 | includes/specials/SpecialMovepage.php |
405161 | 85979 85979 | includes/specials/SpecialPreferences.php |
405162 | 85979 85979 | includes/specials/SpecialRevisionDelete.php |
405163 | 85979 85979 | includes/specials/SpecialUndelete.php |
405164 | 85979 85979 | includes/specials/SpecialUserrights.php |
405165 | 85979 85979 | resources/src/mediawiki.action/mediawiki.action.edit.preview.js |
405166 | 85979 85979 | resources/src/mediawiki.hlist/default.less |
405167 | 85979 85979 | resources/src/mediawiki.special.createaccount/HtmlformChecker.js |
405168 | 85979 85979 | resources/src/mediawiki.ui/forms.less |
405169 | 85979 85979 | tests/phpunit/includes/page/ArticleViewTest.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);