From b377d5f70cb8cf4d448fc81605878ea86166f21a Mon Sep 17 00:00:00 2001 From: "WQY\\qiong" Date: Sat, 22 Oct 2022 11:01:52 +0800 Subject: [PATCH] Refine report schema --- script/sql/create/22.report.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) 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') +;