Refine report schema

This commit is contained in:
WQY\qiong
2022-10-22 11:01:52 +08:00
parent d93d72a03e
commit b377d5f70c

View File

@@ -7,3 +7,14 @@ create table report
key 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')
;