Sqlite auto-init and version check.

This commit is contained in:
Adam Ierymenko 2015-03-17 15:20:45 -07:00
parent 49a2450e76
commit ba69240bcb
3 changed files with 30 additions and 2 deletions

View file

@ -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"\