file
7 rows where patch_id = 79199
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
366102 | 79199 79199 | RELEASE-NOTES-1.37 |
366103 | 79199 79199 | includes/content/AbstractContent.php |
366104 | 79199 79199 | includes/content/Content.php |
366105 | 79199 79199 | tests/phpunit/includes/content/FallbackContentTest.php |
366106 | 79199 79199 | tests/phpunit/includes/content/JavaScriptContentTest.php |
366107 | 79199 79199 | tests/phpunit/includes/content/TextContentTest.php |
366108 | 79199 79199 | tests/phpunit/includes/content/WikitextContentTest.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);