file
15 rows where patch_id = 78913
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
364701 | 78913 78913 | includes/EditPage.php |
364702 | 78913 78913 | includes/Linker.php |
364703 | 78913 78913 | includes/actions/RollbackAction.php |
364704 | 78913 78913 | includes/actions/ViewAction.php |
364705 | 78913 78913 | includes/filerepo/file/LocalFile.php |
364706 | 78913 78913 | includes/htmlform/fields/HTMLMultiSelectField.php |
364707 | 78913 78913 | includes/htmlform/fields/HTMLTextAreaField.php |
364708 | 78913 78913 | includes/htmlform/fields/HTMLTextField.php |
364709 | 78913 78913 | includes/installer/WebInstaller.php |
364710 | 78913 78913 | includes/libs/rdbms/dbal/TimestampType.php |
364711 | 78913 78913 | includes/registration/VersionChecker.php |
364712 | 78913 78913 | includes/search/SearchResultSet.php |
364713 | 78913 78913 | includes/upload/UploadBase.php |
364714 | 78913 78913 | maintenance/Sqlite.php |
364715 | 78913 78913 | maintenance/deleteAutoPatrolLogs.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);