file
7 rows where patch_id = 10869
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
49804 | 10869 10869 | includes/Revision/RevisionStore.php |
49805 | 10869 10869 | includes/Revision/RevisionStoreFactory.php |
49806 | 10869 10869 | includes/ServiceWiring.php |
49807 | 10869 10869 | tests/phpunit/includes/Revision/RevisionStoreDbTestBase.php |
49808 | 10869 10869 | tests/phpunit/includes/Revision/RevisionStoreFactoryTest.php |
49809 | 10869 10869 | tests/phpunit/includes/Revision/RevisionStoreTest.php |
49810 | 10869 10869 | tests/phpunit/includes/RevisionDbTest.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);