bug_project
3 rows where bug_id = 726
This data as json, CSV (advanced)
id ▼ | bug_id | name |
---|---|---|
4108 | Remove multiple instance of VUEX initialization 726 | SDAW-MediaSearch |
4109 | Remove multiple instance of VUEX initialization 726 | 1.38.0-wmf.13; 2021-12-13 |
4110 | Remove multiple instance of VUEX initialization 726 | Current Work |
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) );