file
8 rows where patch_id = 27793
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
132764 | 27793 27793 | includes/ServiceWiring.php |
132765 | 27793 27793 | includes/Title.php |
132766 | 27793 27793 | includes/jobqueue/jobs/ActivityUpdateJob.php |
132767 | 27793 27793 | includes/watcheditem/NoWriteWatchedItemStore.php |
132768 | 27793 27793 | includes/watcheditem/WatchedItemStore.php |
132769 | 27793 27793 | includes/watcheditem/WatchedItemStoreInterface.php |
132770 | 27793 27793 | tests/phpunit/includes/watcheditem/NoWriteWatchedItemStoreUnitTest.php |
132771 | 27793 27793 | tests/phpunit/includes/watcheditem/WatchedItemStoreUnitTest.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);