file
9 rows where patch_id = 36590
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
168747 | 36590 36590 | includes/DefaultSettings.php |
168748 | 36590 36590 | includes/auth/AbstractPasswordPrimaryAuthenticationProvider.php |
168749 | 36590 36590 | includes/password/UserPasswordPolicy.php |
168750 | 36590 36590 | includes/user/User.php |
168751 | 36590 36590 | languages/i18n/en.json |
168752 | 36590 36590 | languages/i18n/qqq.json |
168753 | 36590 36590 | tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php |
168754 | 36590 36590 | tests/phpunit/includes/auth/LocalPasswordPrimaryAuthenticationProviderTest.php |
168755 | 36590 36590 | tests/phpunit/includes/password/UserPasswordPolicyTest.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);