file
16 rows where patch_id = 1804
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
8119 | 1804 1804 | includes/cache/localisation/LocalisationCache.php |
8120 | 1804 1804 | includes/installer/DatabaseUpdater.php |
8121 | 1804 1804 | includes/installer/Installer.php |
8122 | 1804 1804 | includes/installer/Services/InstallerDBSupport.php |
8123 | 1804 1804 | includes/installer/Services/InstallerExtensionRegistration.php |
8124 | 1804 1804 | includes/installer/Services/InstallerExtensionSelector.php |
8125 | 1804 1804 | includes/installer/WebInstallerDBConnect.php |
8126 | 1804 1804 | includes/installer/WebInstallerExistingWiki.php |
8127 | 1804 1804 | includes/installer/WebInstallerOptions.php |
8128 | 1804 1804 | includes/libs/rdbms/database/Database.php |
8129 | 1804 1804 | includes/specials/SpecialVersion.php |
8130 | 1804 1804 | languages/i18n/en.json |
8131 | 1804 1804 | languages/i18n/qqq.json |
8132 | 1804 1804 | maintenance/update.php |
8133 | 1804 1804 | tests/phpunit/includes/libs/rdbms/database/DatabaseTest.php |
8134 | 1804 1804 | tests/phpunit/suite.xml |
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);