2016-02-08 22:33:28 +01:00

2 lines
93 B
SQL

ALTER TABLE icinga_zone ADD is_global ENUM('y', 'n') NOT NULL DEFAULT 'n' AFTER object_type;