diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-12-05 11:21:40 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-12-05 11:21:40 +0100 |
commit | 2da636fd9bb76a0fed94ee291315b26c82481918 (patch) | |
tree | 870c41078bd6cf41a24cdec76344d1d6af73d6e7 /src/libcharon/plugins/sql/sqlite.sql | |
parent | e150442bede467e7b23cd43cccff2542ce079673 (diff) | |
download | strongswan-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.sql | 1 |
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 ( |