home / train

file

14 rows where patch_id = 61669

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
288335 61669 61669 includes/libs/rdbms/database/Database.php
288336 61669 61669 maintenance/SqliteMaintenance.php
288337 61669 61669 maintenance/deleteArchivedRevisions.php
288338 61669 61669 maintenance/deleteBatch.php
288339 61669 61669 maintenance/edit.php
288340 61669 61669 maintenance/importImages.php
288341 61669 61669 maintenance/language/digit2html.php
288342 61669 61669 maintenance/protect.php
288343 61669 61669 maintenance/rebuildmessages.php
288344 61669 61669 maintenance/resetAuthenticationThrottle.php
288345 61669 61669 maintenance/resetUserTokens.php
288346 61669 61669 maintenance/rollbackEdits.php
288347 61669 61669 maintenance/update.php
288348 61669 61669 maintenance/updateArticleCount.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 18.782ms