file
10 rows where patch_id = 164
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
864 | 164 164 | backend/FlaggedRevision.php |
865 | 164 164 | backend/FlaggedRevs.php |
866 | 164 164 | backend/FlaggedRevsHooks.php |
867 | 164 164 | backend/FlaggedRevsLog.php |
868 | 164 164 | backend/FlaggedRevsStats.php |
869 | 164 164 | frontend/FlaggablePageView.php |
870 | 164 164 | frontend/FlaggedRevsUIHooks.php |
871 | 164 164 | frontend/specialpages/reports/QualityOversight.php |
872 | 164 164 | frontend/specialpages/reports/UnreviewedPages.php |
873 | 164 164 | maintenance/purgeReviewablePages.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);