file
9 rows where patch_id = 38796
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
178879 | 38796 38796 | includes/ServiceWiring.php |
178880 | 38796 38796 | includes/watcheditem/NoWriteWatchedItemStore.php |
178881 | 38796 38796 | includes/watcheditem/WatchedItemQueryService.php |
178882 | 38796 38796 | includes/watcheditem/WatchedItemQueryServiceExtension.php |
178883 | 38796 38796 | includes/watcheditem/WatchedItemStore.php |
178884 | 38796 38796 | includes/watcheditem/WatchedItemStoreInterface.php |
178885 | 38796 38796 | tests/phpunit/includes/watcheditem/WatchedItemQueryServiceUnitTest.php |
178886 | 38796 38796 | tests/phpunit/includes/watcheditem/WatchedItemStoreIntegrationTest.php |
178887 | 38796 38796 | 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);