From: Andreas Steffen Date: Sun, 25 May 2014 15:58:00 +0000 (+0200) Subject: Fixed typo in tables.sql X-Git-Tag: 5.2.0dr5~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b05b0bc28d68c2418b8f7749518034b604791a5;p=thirdparty%2Fstrongswan.git Fixed typo in tables.sql --- diff --git a/src/libimcv/imv/tables.sql b/src/libimcv/imv/tables.sql index 0002227ede..05c9a28de6 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,