home / train

file

9 rows where patch_id = 161

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
851 161 161 backend/FlaggedRevs.php
852 161 161 frontend/FlaggablePageView.php
853 161 161 frontend/FlaggedRevsXML.php
854 161 161 frontend/specialpages/actions/Stabilization.php
855 161 161 frontend/specialpages/reports/PendingChanges.php
856 161 161 frontend/specialpages/reports/StablePages.php
857 161 161 frontend/specialpages/reports/UnreviewedPages.php
858 161 161 maintenance/pruneRevData.php
859 161 161 maintenance/purgeReviewablePages.php

Advanced export

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

CSV options:

CREATE TABLE file (
            id INTEGER PRIMARY KEY,
            patch_id INTEGER NOT NULL,
            filename INTEGER NOT NULL,
            FOREIGN KEY(patch_id) REFERENCES patch(id)
        );
CREATE INDEX file_patch_id ON file(patch_id);
Powered by Datasette · Queries took 22.203ms