Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader.
Public Member Functions | |
void | upgradeSchema (CaseDbSchemaVersionNumber dbSchemaVersion, Connection connection) throws CentralRepoException, SQLException |
This class updates CR schema to 1.4
New correlation types for accounts are added, as well as some accounts related new tables are added in this version.
Definition at line 33 of file CentralRepoDbUpgrader13To14.java.
void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader13To14.upgradeSchema | ( | CaseDbSchemaVersionNumber | dbSchemaVersion, |
Connection | connection | ||
) | throws CentralRepoException, SQLException |
Updates the Central Repository schema using the given open connection.
dbSchemaVersion | Current schema version. |
connection | Connection to use for upgrade. |
CentralRepoException | If there is an error in upgrade. |
SQLException | If there is any SQL errors. |
Implements org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader.
Definition at line 36 of file CentralRepoDbUpgrader13To14.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.ADDITIONAL_TYPES_BASE_ID, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUtil.correlationTypeToInstanceTableName(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.EMAIL_TYPE_ID, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbChoice.getDbPlatform(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getDefaultCorrelationTypes(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.getSavedDbChoice(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUtil.insertCorrelationType(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.PHONE_TYPE_ID, and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoPlatforms.POSTGRESQL.
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.