git.fiddlerwoaroof.com
Browse code

Update README

fiddlerwoaroof authored on 03/10/2016 17:45:35
Showing 1 changed files
... ...
@@ -15,6 +15,7 @@ The db needs to be precreated with this schema:
15 15
 create table messages (severity int, facility int, tag text, pid int, message text, host text, ts datetime default current_timestamp);
16 16
 create table dns_query (query_type text, request text, requester text, added text default current_timestamp);
17 17
 create table dns_reply (query text, reply text, added datetime default current_timestamp);
18
+create table untagged (ts datetime default current_timestamp, data text);
18 19
 #+END_SRC
19 20
 
20 21
 
... ...
@@ -25,4 +26,4 @@ create table dns_reply (query text, reply text, added datetime default current_t
25 26
 - batch db updates
26 27
 - improve filtering command line options
27 28
 - TUI / CLIM ui
28
-  
29
+- Add automagic db schema initialization