file
11 rows where patch_id = 130276
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
663021 | 130276 130276 | tests/phpunit/unit/includes/user/Registration/LocalUserRegistrationProviderTest.php |
663022 | 130276 130276 | includes/MainConfigSchema.php |
663023 | 130276 130276 | includes/user/Registration/IUserRegistrationProvider.php |
663024 | 130276 130276 | includes/user/Registration/LocalUserRegistrationProvider.php |
663025 | 130276 130276 | RELEASE-NOTES-1.44 |
663026 | 130276 130276 | tests/phpunit/integration/includes/user/Options/UserOptionsLookupTestBase.php |
663027 | 130276 130276 | docs/config-schema.yaml |
663028 | 130276 130276 | includes/config-schema.php |
663029 | 130276 130276 | tests/phpunit/integration/includes/user/Registration/UserRegistrationLookupIntegrationTest.php |
663030 | 130276 130276 | includes/user/Registration/UserRegistrationLookup.php |
663031 | 130276 130276 | tests/phpunit/unit/includes/user/Registration/UserRegistrationLookupTest.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);