mirror of https://github.com/midoks/mdserver-web
pull/216/head
parent
37747427be
commit
0428956141
@ -0,0 +1,15 @@ |
|||||||
|
PRAGMA synchronous = 0; |
||||||
|
PRAGMA page_size = 4096; |
||||||
|
PRAGMA journal_mode = wal; |
||||||
|
PRAGMA journal_size_limit = 1073741824; |
||||||
|
|
||||||
|
CREATE TABLE IF NOT EXISTS `waf_history` ( |
||||||
|
`time` INTEGER, |
||||||
|
`ip` TEXT, |
||||||
|
`domain` TEXT, |
||||||
|
`server_name` TEXT, |
||||||
|
`method` TEXT, |
||||||
|
`status_code` INTEGER, |
||||||
|
`uri` TEXT, |
||||||
|
`reason` TEXT |
||||||
|
); |
Loading…
Reference in new issue