@@ -615,12 +615,12 @@ int TskDbPostgreSQL::initialize() {
...
@@ -615,12 +615,12 @@ int TskDbPostgreSQL::initialize() {
"Error creating tsk_examiners table: %s\n")
"Error creating tsk_examiners table: %s\n")
||
||
attempt_exec
attempt_exec
("CREATE TABLE content_tags (tag_id BIGSERIAL PRIMARY KEY, obj_id BIGINT NOT NULL, tag_name_id BIGINT NOT NULL, comment TEXT NOT NULL, begin_byte_offset BIGINT NOT NULL, end_byte_offset BIGINT NOT NULL, examiner_id BIGSERIAL, "
("CREATE TABLE content_tags (tag_id BIGSERIAL PRIMARY KEY, obj_id BIGINT NOT NULL, tag_name_id BIGINT NOT NULL, comment TEXT NOT NULL, begin_byte_offset BIGINT NOT NULL, end_byte_offset BIGINT NOT NULL, examiner_id BIGINT, "