[DB] Add force_encap field to s2s_customer_gateway table
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/74f670dc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/74f670dc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/74f670dc Branch: refs/heads/master Commit: 74f670dc3ccaf8bf37370616312b4b6d2b49d119 Parents: 21acc95 Author: Michael Andersen <[email protected]> Authored: Thu Jan 7 13:59:14 2016 +0100 Committer: Michael Andersen <[email protected]> Committed: Thu Jan 7 19:27:43 2016 +0100 ---------------------------------------------------------------------- setup/db/db/schema-470to471.sql | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/74f670dc/setup/db/db/schema-470to471.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-470to471.sql b/setup/db/db/schema-470to471.sql index 08b7f62..d632a72 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;
