Skip to content
Snippets Groups Projects
Commit 0236a4ae authored by Brian Carrier's avatar Brian Carrier
Browse files

Updated comment about Project VIC names

parent a7406661
Branches
Tags
No related merge requests found
......@@ -2205,6 +2205,10 @@ private CaseDbSchemaVersionNumber updateFromSchema8dot4toSchema8dot5(CaseDbSchem
 
statement.execute("ALTER TABLE tag_names ADD COLUMN rank INTEGER");
 
/* Update existing Project Vic tag names (from Image Gallery in Autopsy)
* to be part of a Tag Set.
* NOTE: These names are out of date and will not work with the Project VIC
* Report module. New cases will get the new names from Image Gallery. */
String insertStmt = "INSERT INTO tsk_tag_sets (name) VALUES ('Project VIC')";
if (getDatabaseType() == DbType.POSTGRESQL) {
statement.execute(insertStmt, Statement.RETURN_GENERATED_KEYS);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment