Syntax error in sqlite.sql fixed.

This commit is contained in:
Tobias Brunner
2011-11-04 14:37:22 +01:00
parent 5fd8e53002
commit 39b30518c2
+1 -1
View File
@@ -22,7 +22,7 @@ CREATE TABLE child_configs (
start_action INTEGER NOT NULL DEFAULT '0',
dpd_action INTEGER NOT NULL DEFAULT '0',
close_action INTEGER NOT NULL DEFAULT '0',
ipcomp INTEGER NOT NULL DEFAULT '0'
ipcomp INTEGER NOT NULL DEFAULT '0',
reqid INTEGER NOT NULL DEFAULT '0'
);
DROP INDEX IF EXISTS child_configs_name;