aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2014-05-25 17:58:00 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2014-05-31 20:37:56 +0200
commit7b05b0bc28d68c2418b8f7749518034b604791a5 (patch)
treed7d4a6dfd2908444802e681eeda792a8c5b60f2f
parenta123f470f077654ad2cbbe731f63674e0621038c (diff)
downloadstrongswan-7b05b0bc28d68c2418b8f7749518034b604791a5.tar.bz2
strongswan-7b05b0bc28d68c2418b8f7749518034b604791a5.tar.xz
Fixed typo in tables.sql
-rw-r--r--src/libimcv/imv/tables.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libimcv/imv/tables.sql b/src/libimcv/imv/tables.sql
index 0002227ed..05c9a28de 100644
--- a/src/libimcv/imv/tables.sql
+++ b/src/libimcv/imv/tables.sql
@@ -207,7 +207,7 @@ CREATE TABLE identities (
UNIQUE (type, value)
);
-DROP TABLE IF EXISTS "swid_entities"
+DROP TABLE IF EXISTS "swid_entities";
CREATE TABLE "swid_entities" (
"id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
"name" VARCHAR(255) NOT NULL,