file
11 rows where patch_id = 130258
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
662923 | 130258 130258 | includes/specials/pagers/BlockListPager.php |
662924 | 130258 130258 | includes/specials/pagers/ProtectedTitlesPager.php |
662925 | 130258 130258 | includes/specials/pagers/ProtectedPagesPager.php |
662926 | 130258 130258 | includes/specials/pagers/UsersPager.php |
662927 | 130258 130258 | includes/specials/pagers/MergeHistoryPager.php |
662928 | 130258 130258 | includes/specials/pagers/ImageListPager.php |
662929 | 130258 130258 | includes/specials/pagers/CategoryPager.php |
662930 | 130258 130258 | includes/specials/pagers/NewFilesPager.php |
662931 | 130258 130258 | includes/specials/pagers/DeletedContribsPager.php |
662932 | 130258 130258 | includes/specials/pagers/NewPagesPager.php |
662933 | 130258 130258 | includes/specials/helpers/License.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);