file
10 rows where patch_id = 2130
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
9762 | 2130 2130 | extension.json |
9763 | 2130 2130 | i18n/en.json |
9764 | 2130 2130 | i18n/qqq.json |
9765 | 2130 2130 | includes/CheckUserHooks.php |
9766 | 2130 2130 | includes/ServiceWiring.php |
9767 | 2130 2130 | modules/ext.checkuser.investigate.less |
9768 | 2130 2130 | src/GuidedTour/TourLauncher.php |
9769 | 2130 2130 | src/Hook/CheckUserSubtitleLinksHook.php |
9770 | 2130 2130 | src/Hook/HookRunner.php |
9771 | 2130 2130 | src/SpecialInvestigate.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);