file
9 rows where patch_id = 499
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
2609 | 499 499 | includes/ServiceWiring.php |
2610 | 499 499 | includes/auth/AuthManager.php |
2611 | 499 499 | tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php |
2612 | 499 499 | tests/phpunit/includes/auth/AuthManagerTest.php |
2613 | 499 499 | tests/phpunit/includes/auth/ConfirmLinkSecondaryAuthenticationProviderTest.php |
2614 | 499 499 | tests/phpunit/includes/auth/EmailNotificationSecondaryAuthenticationProviderTest.php |
2615 | 499 499 | tests/phpunit/includes/auth/LocalPasswordPrimaryAuthenticationProviderTest.php |
2616 | 499 499 | tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php |
2617 | 499 499 | 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);