file
9 rows where patch_id = 28434
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
136172 | 28434 28434 | composer.json |
136173 | 28434 28434 | includes/ForkController.php |
136174 | 28434 28434 | includes/Revision/RevisionStore.php |
136175 | 28434 28434 | includes/changes/ChangesList.php |
136176 | 28434 28434 | includes/jobqueue/jobs/ActivityUpdateJob.php |
136177 | 28434 28434 | includes/libs/filebackend/SwiftFileBackend.php |
136178 | 28434 28434 | includes/rcfeed/FormattedRCFeed.php |
136179 | 28434 28434 | includes/specials/SpecialLog.php |
136180 | 28434 28434 | includes/specials/pagers/UsersPager.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);