file
10 rows where patch_id = 296
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
1440 | 296 296 | extension-repo.json |
1441 | 296 296 | repo/WikibaseRepo.ServiceWiring.php |
1442 | 296 296 | repo/WikibaseRepo.entitytypes.php |
1443 | 296 296 | repo/includes/Api/ParseValue.php |
1444 | 296 296 | repo/includes/Specials/SpecialEntityData.php |
1445 | 296 296 | repo/includes/WikibaseRepo.php |
1446 | 296 296 | repo/maintenance/dumpJson.php |
1447 | 296 296 | repo/maintenance/dumpRdf.php |
1448 | 296 296 | repo/tests/phpunit/includes/WikibaseRepoTest.php |
1449 | 296 296 | repo/tests/phpunit/unit/ServiceWiring/PropertyDataTypeLookupTest.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);