file
8 rows where patch_id = 51931
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
234690 | 51931 51931 | .phpcs.xml |
234691 | 51931 51931 | extension.json |
234692 | 51931 51931 | includes/ApiFeatureUsageHooks.php |
234693 | 51931 51931 | includes/ApiFeatureUsageQueryEngine.php |
234694 | 51931 51931 | includes/ApiFeatureUsageQueryEngineElastica.php |
234695 | 51931 51931 | includes/ApiFeatureUsageQueryEngineElasticaConnection.php |
234696 | 51931 51931 | includes/ApiQueryFeatureUsage.php |
234697 | 51931 51931 | includes/SpecialApiFeatureUsage.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);