Sqlite auto-init and version check.
This commit is contained in:
parent
49a2450e76
commit
ba69240bcb
3 changed files with 30 additions and 2 deletions
|
@ -86,7 +86,7 @@
|
|||
" ipProtocol integer(4),\n"\
|
||||
" ipSourcePort integer(8),\n"\
|
||||
" ipDestPort integer(8),\n"\
|
||||
" "action" varchar(4096) NOT NULL DEFAULT('accept')\n"\
|
||||
" \"action\" varchar(4096) NOT NULL DEFAULT('accept')\n"\
|
||||
");\n"\
|
||||
"\n"\
|
||||
"CREATE INDEX Rule_networkId ON Rule (networkId);\n"\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue