home / train

bug_project

8 rows where bug_id = 74

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_id name
427 Rebuilding l10n cache fails for train 74 MW-1.35-notes
428 Rebuilding l10n cache fails for train 74 MW-1.34-notes
429 Rebuilding l10n cache fails for train 74 Patch-For-Review
430 Rebuilding l10n cache fails for train 74 1.36.0-wmf.9; 2020-09-15
431 Rebuilding l10n cache fails for train 74 Clinic Duty Team
432 Rebuilding l10n cache fails for train 74 User-brennen
433 Rebuilding l10n cache fails for train 74 MediaWiki-extensions-Gadgets
434 Rebuilding l10n cache fails for train 74 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.633ms