diff --git a/script/sql/create/22.report.sql b/script/sql/create/22.report.sql index edd1b3b..a1cdf22 100644 --- a/script/sql/create/22.report.sql +++ b/script/sql/create/22.report.sql @@ -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') +;