support of reqid field in SQL database

This commit is contained in:
Andreas Steffen
2010-12-05 11:21:40 +01:00
parent e150442bed
commit 2da636fd9b
4 changed files with 11 additions and 7 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ 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;
CREATE INDEX child_configs_name ON child_configs (