file
9 rows where patch_id = 61663
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
288320 | 61663 61663 | includes/ServiceWiring.php |
288321 | 61663 61663 | includes/auth/AuthManager.php |
288322 | 61663 61663 | tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php |
288323 | 61663 61663 | tests/phpunit/includes/auth/AuthManagerTest.php |
288324 | 61663 61663 | tests/phpunit/includes/auth/ConfirmLinkSecondaryAuthenticationProviderTest.php |
288325 | 61663 61663 | tests/phpunit/includes/auth/EmailNotificationSecondaryAuthenticationProviderTest.php |
288326 | 61663 61663 | tests/phpunit/includes/auth/LocalPasswordPrimaryAuthenticationProviderTest.php |
288327 | 61663 61663 | tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php |
288328 | 61663 61663 | 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);