labels_pull_requests
4 rows where labels_id = 750789605
This data as json, CSV (advanced)
Link | labels_id | pull_requests_id |
---|---|---|
750789605,431478724 | documentation 750789605 | register_routes() plugin hook 431478724 |
750789605,513106026 | documentation 750789605 | load_template() plugin hook 513106026 |
750789605,1170816476 | documentation 750789605 | Add favicon to documentation 1170816476 |
750789605,1191716406 | documentation 750789605 | Upgrade Sphinx 1191716406 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [labels_pull_requests] ( [labels_id] INTEGER REFERENCES [labels]([id]), [pull_requests_id] INTEGER REFERENCES [pull_requests]([id]), PRIMARY KEY ([labels_id], [pull_requests_id]) ); CREATE INDEX [idx_labels_pull_requests_pull_requests_id] ON [labels_pull_requests] ([pull_requests_id]); CREATE INDEX [idx_labels_pull_requests_labels_id] ON [labels_pull_requests] ([labels_id]);