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