Change the sqlite plugins to use the sqlite system commands to instantiate a new database. This resolves an issue where non-x86-linux systems try to use the existing database files as templates.
git-svn-id: file:///home/svn/framework3/trunk@4946 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
@@ -39,3 +39,8 @@ create table vulns_refs (
|
||||
'ref_id' INTEGER,
|
||||
'vuln_id' INTEGER
|
||||
);
|
||||
|
||||
|
||||
.schema
|
||||
|
||||
.exit
|
||||
|
||||
Reference in New Issue
Block a user