reintegrate browser_autopwn into trunk; cross your fingers and hope this works

git-svn-id: file:///home/svn/framework3/trunk@6846 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee
2009-07-19 17:27:36 +00:00
parent e7eb7235a7
commit c3dc1ecb55
69 changed files with 1294 additions and 660 deletions
+10
View File
@@ -14,6 +14,16 @@ create table hosts (
'arch' VARCHAR(255)
);
drop table clients;
create table clients (
'id' INTEGER PRIMARY KEY NOT NULL,
'host_id' INTEGER,
'created' TIMESTAMP,
'ua_string' VARCHAR(1024) NOT NULL,
'ua_name' VARCHAR(64),
'ua_ver' VARCHAR(32)
);
drop table services;
create table services (
'id' INTEGER PRIMARY KEY NOT NULL,