bug_project
6 rows where bug_id = 49
This data as json, CSV (advanced)
id ▼ | bug_id | name |
---|---|---|
252 | PHP Notice: Undefined index: frameCount 49 | 1.37.0-wmf.11; 2021-06-21 |
253 | PHP Notice: Undefined index: frameCount 49 | Patch-For-Review |
254 | PHP Notice: Undefined index: frameCount 49 | User-Ladsgroup |
255 | PHP Notice: Undefined index: frameCount 49 | Logspam |
256 | PHP Notice: Undefined index: frameCount 49 | Platform Engineering |
257 | PHP Notice: Undefined index: frameCount 49 | Wikimedia-production-error |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE bug_project ( id INTEGER PRIMARY KEY, bug_id INTEGER NOT NULL, name TEXT NOT NULL, FOREIGN KEY(bug_id) REFERENCES bug(id) );