icingaweb2-module-director/schema/pgsql-legacy-changes/upgrade-2.sql

6 lines
185 B
MySQL
Raw Permalink Normal View History

-- SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
-- SPDX-License-Identifier: GPL-3.0-or-later
2015-06-24 07:50:58 -04:00
ALTER TABLE icinga_zone ADD is_global enum_boolean NOT NULL DEFAULT 'n';