aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/sql/sqlite.sql
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-12-05 11:21:40 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-12-05 11:21:40 +0100
commit2da636fd9bb76a0fed94ee291315b26c82481918 (patch)
tree870c41078bd6cf41a24cdec76344d1d6af73d6e7 /src/libcharon/plugins/sql/sqlite.sql
parente150442bede467e7b23cd43cccff2542ce079673 (diff)
downloadstrongswan-2da636fd9bb76a0fed94ee291315b26c82481918.tar.bz2
strongswan-2da636fd9bb76a0fed94ee291315b26c82481918.tar.xz
support of reqid field in SQL database
Diffstat (limited to 'src/libcharon/plugins/sql/sqlite.sql')
-rw-r--r--src/libcharon/plugins/sql/sqlite.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcharon/plugins/sql/sqlite.sql b/src/libcharon/plugins/sql/sqlite.sql
index 2cb0c23cf..3d106351d 100644
--- a/src/libcharon/plugins/sql/sqlite.sql
+++ b/src/libcharon/plugins/sql/sqlite.sql
@@ -23,6 +23,7 @@ CREATE TABLE child_configs (
dpd_action INTEGER NOT NULL DEFAULT '0',
close_action 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 (