aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-07-12 20:28:24 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-07-12 20:28:34 +0200
commitab635e029ec5a88d41aaa3dbf864d1ae6bd9a982 (patch)
treec03acdf34c8116cc0d9ca454c7f33f43ad440021 /testing
parentcb0a9d58a38d2fe163eb61d350f403a47842cdca (diff)
downloadstrongswan-ab635e029ec5a88d41aaa3dbf864d1ae6bd9a982.tar.bz2
strongswan-ab635e029ec5a88d41aaa3dbf864d1ae6bd9a982.tar.xz
updated SQL templates to support attribute pool and identity parameters
Diffstat (limited to 'testing')
-rw-r--r--testing/hosts/default/etc/ipsec.d/tables.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/hosts/default/etc/ipsec.d/tables.sql b/testing/hosts/default/etc/ipsec.d/tables.sql
index eb5f0e477..eb41533cb 100644
--- a/testing/hosts/default/etc/ipsec.d/tables.sql
+++ b/testing/hosts/default/etc/ipsec.d/tables.sql
@@ -188,6 +188,7 @@ CREATE TABLE attribute_pools (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
name TEXT NOT NULL
);
+
DROP TABLE IF EXISTS attributes;
CREATE TABLE attributes (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,