diff --git a/sql-schema/127.sql b/sql-schema/127.sql index 4d2a97d6db..902091df86 100644 --- a/sql-schema/127.sql +++ b/sql-schema/127.sql @@ -1 +1 @@ -UPDATE `applications` SET `app_type` = 'ntpd' WHERE `applications`.`app_type` = 'ntpd-server'; +ALTER TABLE `slas` ADD `opstatus` TINYINT(1) NOT NULL DEFAULT '0' AFTER `status`;