file
5 rows where patch_id = 274
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
1377 | 274 274 | src/PageTranslation/TranslatablePageMover.php |
1378 | 274 274 | src/ServiceWiring.php |
1379 | 274 274 | src/Services.php |
1380 | 274 274 | tag/SpecialPageTranslationMovePage.php |
1381 | 274 274 | tag/TranslatablePageMoveJob.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);