file
7 rows where patch_id = 2521
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
12870 | 2521 2521 | includes/OutputPage.php |
12871 | 2521 2521 | includes/skins/Skin.php |
12872 | 2521 2521 | includes/specials/SpecialJavaScriptTest.php |
12873 | 2521 2521 | resources/Resources.php |
12874 | 2521 2521 | resources/src/mediawiki.page.ready/ready.js |
12875 | 2521 2521 | resources/src/mediawiki.page.startup.js |
12876 | 2521 2521 | tests/qunit/QUnitTestResources.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);