file
7 rows where patch_id = 58461
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
268810 | 58461 58461 | RELEASE-NOTES-1.37 |
268811 | 58461 58461 | includes/HookContainer/DeprecatedHooks.php |
268812 | 58461 58461 | includes/HookContainer/HookRunner.php |
268813 | 58461 58461 | includes/skins/Hook/GetNewMessagesAlertHook.php |
268814 | 58461 58461 | includes/user/Hook/UserRetrieveNewTalksHook.php |
268815 | 58461 58461 | includes/user/User.php |
268816 | 58461 58461 | tests/phpunit/includes/user/UserTest.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);