Remove table

git-svn-id: file:///home/svn/framework3/trunk@7630 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
et
2009-11-26 20:53:46 +00:00
parent 6e975b57ee
commit 2db0b95f30
-12
View File
@@ -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
);