home / train

file

24 rows where patch_id = 38436

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
177447 38436 38436 AntiSpoof/batchCAAntiSpoof.php
177448 38436 38436 maintenance/attachAccount.php
177449 38436 38436 maintenance/checkLocalNames.php
177450 38436 38436 maintenance/checkLocalUser.php
177451 38436 38436 maintenance/createLocalAccount.php
177452 38436 38436 maintenance/deleteEmptyAccounts.php
177453 38436 38436 maintenance/deleteLocalPasswords.php
177454 38436 38436 maintenance/fixStuckGlobalRename.php
177455 38436 38436 maintenance/forceRenameUsers.php
177456 38436 38436 maintenance/getCentralAuthDBInfo.php
177457 38436 38436 maintenance/migrateAccount.php
177458 38436 38436 maintenance/migratePass0.php
177459 38436 38436 maintenance/migratePass1.php
177460 38436 38436 maintenance/populateGlobalRenameLogSearch.php
177461 38436 38436 maintenance/populateHomeDB.php
177462 38436 38436 maintenance/populateListOfUsersToRename.php
177463 38436 38436 maintenance/populateLocalAndGlobalIds.php
177464 38436 38436 maintenance/resetGlobalUserTokens.php
177465 38436 38436 maintenance/sendConfirmAndMigrateEmail.php
177466 38436 38436 maintenance/sendForceRenameNotification.php
177467 38436 38436 maintenance/updateUsersToRename.php
177468 38436 38436 tests/phpunit/CentralAuthIdLookupTest.php
177469 38436 38436 tests/phpunit/CentralAuthUserTest.php
177470 38436 38436 tests/phpunit/LocalRenameJob/LocalRenameUserJobTest.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 13.903ms