diff --git a/src/manage_pg.c b/src/manage_pg.c index 41b7a4988..afcbe9129 100644 --- a/src/manage_pg.c +++ b/src/manage_pg.c @@ -2489,7 +2489,8 @@ create_tables () " owner integer REFERENCES users (id) ON DELETE RESTRICT," " date integer," " hostname text," - " path text);"); + " path text," + " hash_value text);"); sql ("CREATE TABLE IF NOT EXISTS results_trash" " (id SERIAL PRIMARY KEY," @@ -2619,7 +2620,8 @@ create_tables () " source_name text," " source_description text," " name text," - " value text);"); + " value text," + " hash_value text);"); create_tables_nvt ("");