From 74f670dc3ccaf8bf37370616312b4b6d2b49d119 Mon Sep 17 00:00:00 2001 From: Michael Andersen Date: Thu, 7 Jan 2016 13:59:14 +0100 Subject: [PATCH] [DB] Add force_encap field to s2s_customer_gateway table --- setup/db/db/schema-470to471.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/db/db/schema-470to471.sql b/setup/db/db/schema-470to471.sql index 08b7f625638..d632a72680d 100644 --- a/setup/db/db/schema-470to471.sql +++ b/setup/db/db/schema-470to471.sql @@ -18,3 +18,4 @@ --; -- Schema upgrade from 4.7.0 to 4.7.1; --; +ALTER TABLE cloud.s2s_customer_gateway ADD COLUMN force_encap INT(1) NOT NULL DEFAULT 0 AFTER dpd;