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:
HD Moore
2007-05-20 06:11:33 +00:00
parent 688ea5b2b9
commit 2571a4603a
5 changed files with 12 additions and 4 deletions
+5
View File
@@ -39,3 +39,8 @@ create table vulns_refs (
'ref_id' INTEGER,
'vuln_id' INTEGER
);
.schema
.exit