first attempt of reporting implementation.

git-svn-id: file:///home/svn/framework3/trunk@5771 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
et
2008-10-19 20:32:14 +00:00
parent c34bbae344
commit 7e73ed8c15
8 changed files with 110 additions and 10 deletions
+2 -1
View File
@@ -87,8 +87,9 @@ drop table reports;
create table reports (
'id' INTEGER PRIMARY KEY NOT NULL,
'target_id' INTEGER,
'parent_id' INTEGER,
'entity' VARCHAR(50),
'type' VARCHAR(50),
'etype' VARCHAR(50),
'value' BLOB,
'notes' VARCHAR,
'source' VARCHAR,