bug_file
12 rows where bug_patch_id = 156
This data as json, CSV (advanced)
id ▼ | bug_patch_id | filename |
---|---|---|
499 | 156 156 | includes/CentralAuthGroupMembershipProxy.php |
500 | 156 156 | includes/EmailableUser.php |
501 | 156 156 | includes/GlobalRename/GlobalRenameRequest.php |
502 | 156 156 | includes/session/CentralAuthSessionProvider.php |
503 | 156 156 | includes/session/CentralAuthTokenSessionProvider.php |
504 | 156 156 | includes/specials/RenameQueueTablePager.php |
505 | 156 156 | includes/specials/SpecialGlobalRenameQueue.php |
506 | 156 156 | includes/specials/SpecialGlobalRenameRequest.php |
507 | 156 156 | includes/specials/SpecialGlobalUserMerge.php |
508 | 156 156 | maintenance/checkLocalUser.php |
509 | 156 156 | maintenance/fixStuckGlobalRename.php |
510 | 156 156 | maintenance/forceRenameUsers.php |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE bug_file ( id INTEGER PRIMARY KEY, bug_patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, UNIQUE(bug_patch_id,filename), FOREIGN KEY(bug_patch_id) REFERENCES bug_patch(id) );