Refine report schema
This commit is contained in:
@@ -7,3 +7,14 @@ create table report
|
|||||||
key text not null
|
key text not null
|
||||||
, value text not null
|
, value text not null
|
||||||
);
|
);
|
||||||
|
|
||||||
|
insert into report (key, value) values
|
||||||
|
('PAGESIZE', '0')
|
||||||
|
--, ('FILE', '')
|
||||||
|
, ('STATUS', 'NO')
|
||||||
|
, ('SUMMARY', 'YES')
|
||||||
|
--, ('MESSAGES', 'NO')
|
||||||
|
, ('ENERY', 'NO')
|
||||||
|
, ('NODES', 'NONE')
|
||||||
|
, ('LINKS', 'NONE')
|
||||||
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user