diff --git a/data/sql/sqlite.sql b/data/sql/sqlite.sql index 223d9d4777..e52795af16 100644 --- a/data/sql/sqlite.sql +++ b/data/sql/sqlite.sql @@ -96,17 +96,5 @@ create table targets ( 'selected' INTEGER ); -drop table reports; -create table reports ( -'id' INTEGER PRIMARY KEY NOT NULL, -'target_id' INTEGER, -'parent_id' INTEGER, -'entity' VARCHAR(50), -'etype' VARCHAR(50), -'value' BLOB, -'notes' VARCHAR, -'source' VARCHAR, -'created' TIMESTAMP -);