file
9 rows where patch_id = 4772
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
22488 | 4772 4772 | includes/ServiceWiring.php |
22489 | 4772 4772 | includes/auth/AuthManager.php |
22490 | 4772 4772 | tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php |
22491 | 4772 4772 | tests/phpunit/includes/auth/AuthManagerTest.php |
22492 | 4772 4772 | tests/phpunit/includes/auth/ConfirmLinkSecondaryAuthenticationProviderTest.php |
22493 | 4772 4772 | tests/phpunit/includes/auth/EmailNotificationSecondaryAuthenticationProviderTest.php |
22494 | 4772 4772 | tests/phpunit/includes/auth/LocalPasswordPrimaryAuthenticationProviderTest.php |
22495 | 4772 4772 | tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php |
22496 | 4772 4772 | tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php |
Advanced export
JSON shape: default, array, newline-delimited, object
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);