file
11 rows where patch_id = 59872
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
274989 | 59872 59872 | includes/ProtectionForm.php |
274990 | 59872 59872 | includes/actions/HistoryAction.php |
274991 | 59872 59872 | includes/logging/LogEventsList.php |
274992 | 59872 59872 | includes/preferences/DefaultPreferencesFactory.php |
274993 | 59872 59872 | includes/specials/SpecialContributions.php |
274994 | 59872 59872 | includes/specials/SpecialImport.php |
274995 | 59872 59872 | includes/specials/SpecialNewpages.php |
274996 | 59872 59872 | includes/specials/SpecialProtectedpages.php |
274997 | 59872 59872 | includes/specials/SpecialProtectedtitles.php |
274998 | 59872 59872 | includes/specials/SpecialUpload.php |
274999 | 59872 59872 | includes/specials/forms/UploadForm.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);