home / train

bug_project

16 rows where bug_id = 145

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
797 User not found by actor ID: [id] 145 1.36.0-wmf.36; 2021-03-23
798 User not found by actor ID: [id] 145 Patch-For-Review
799 User not found by actor ID: [id] 145 Radar
800 User not found by actor ID: [id] 145 MW Expedition
801 User not found by actor ID: [id] 145 Growth-Team
802 User not found by actor ID: [id] 145 User-brennen
803 User not found by actor ID: [id] 145 MediaWiki-Recent-changes
804 User not found by actor ID: [id] 145 Wikimedia-production-error
834 User not found by actor ID: [id] 145 1.36.0-wmf.36; 2021-03-23
835 User not found by actor ID: [id] 145 Patch-For-Review
836 User not found by actor ID: [id] 145 Radar
837 User not found by actor ID: [id] 145 MW Expedition
838 User not found by actor ID: [id] 145 Growth-Team
839 User not found by actor ID: [id] 145 User-brennen
840 User not found by actor ID: [id] 145 MediaWiki-Recent-changes
841 User not found by actor ID: [id] 145 Wikimedia-production-error

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE bug_project (
            id INTEGER PRIMARY KEY,
            bug_id INTEGER NOT NULL,
            name TEXT NOT NULL,
            FOREIGN KEY(bug_id) REFERENCES bug(id)
        );
Powered by Datasette · Queries took 36.824ms