Syntax error in sqlite.sql fixed.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user