file
8 rows where patch_id = 78951
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
364971 | 78951 78951 | includes/CentralAuthDatabaseManager.php |
364972 | 78951 78951 | includes/CentralAuthServices.php |
364973 | 78951 78951 | includes/CentralAuthUser.php |
364974 | 78951 78951 | includes/CentralAuthUtilityService.php |
364975 | 78951 78951 | includes/CentralAuthUtils.php |
364976 | 78951 78951 | includes/ServiceWiring.php |
364977 | 78951 78951 | maintenance/importMissingLocalNames.php |
364978 | 78951 78951 | tests/phpunit/integration/CentralAuthDatabaseManagerTest.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);