Refine report schema
This commit is contained in:
@@ -11,15 +11,8 @@ insert into report (key, value) values
|
||||
--, ('FILE', '')
|
||||
, ('STATUS', 'NO')
|
||||
, ('SUMMARY', 'YES')
|
||||
--, ('MESSAGES', 'NO')
|
||||
, ('ENERY', 'NO')
|
||||
, ('NODES', 'NONE')
|
||||
, ('LINKS', 'NONE')
|
||||
, ('MESSAGES', 'YES')
|
||||
, ('ENERY', 'YES')
|
||||
, ('NODES', 'ALL')
|
||||
, ('LINKS', 'ALL')
|
||||
;
|
||||
|
||||
create table variable_report
|
||||
(
|
||||
content text primary key
|
||||
);
|
||||
|
||||
insert into variable_report (content) values ('');
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
-- [REPORT]
|
||||
|
||||
drop table if exists variable_report;
|
||||
|
||||
drop table if exists report;
|
||||
|
||||
Reference in New Issue
Block a user