file
6 rows where patch_id = 7470
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
33792 | 7470 7470 | includes/resourceloader/MessageBlobStore.php |
33793 | 7470 7470 | includes/resourceloader/ResourceLoaderLessVarFileModule.php |
33794 | 7470 7470 | tests/phpunit/data/less/less-messages-exist.css |
33795 | 7470 7470 | tests/phpunit/data/less/less-messages-nonexist.css |
33796 | 7470 7470 | tests/phpunit/data/less/less-messages.less |
33797 | 7470 7470 | tests/phpunit/includes/resourceloader/ResourceLoaderLessVarFileModuleTest.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);