home / train

file

15 rows where patch_id = 30885

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
145462 30885 30885 includes/SiteStats.php
145463 30885 30885 includes/Storage/PageEditStash.php
145464 30885 30885 includes/block/BlockRestrictionStore.php
145465 30885 30885 includes/deferred/SiteStatsUpdate.php
145466 30885 30885 includes/deferred/UserEditCountUpdate.php
145467 30885 30885 includes/jobqueue/jobs/CategoryMembershipChangeJob.php
145468 30885 30885 includes/jobqueue/jobs/ClearUserWatchlistJob.php
145469 30885 30885 includes/jobqueue/jobs/ClearWatchlistNotificationsJob.php
145470 30885 30885 includes/jobqueue/jobs/RefreshLinksJob.php
145471 30885 30885 includes/page/WikiPage.php
145472 30885 30885 includes/search/SearchOracle.php
145473 30885 30885 includes/search/SearchSqlite.php
145474 30885 30885 includes/site/DBSiteStore.php
145475 30885 30885 includes/user/User.php
145476 30885 30885 includes/user/UserGroupMembership.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 17.979ms