Change correct MR

This commit is contained in:
Calvo 2023-05-05 09:10:49 +02:00
parent 8c73a0176d
commit 56a587791c
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,3 @@
-- Active: 1653046769261@@172.16.0.2@3306@pandora
START TRANSACTION;
CREATE TABLE IF NOT EXISTS `tconsole` (
@ -198,7 +197,4 @@ ALTER TABLE `tnetflow_filter` ADD COLUMN `utimestamp` INT UNSIGNED NOT NULL DEFA
ALTER TABLE `tnetflow_filter` ADD COLUMN `netflow_monitoring_interval` INT UNSIGNED NOT NULL DEFAULT 300;
INSERT INTO `tconfig` (`token`, `value`) VALUES ('legacy_database_ha', 1);
ALTER TABLE `talert_template_module_actions` ADD COLUMN `recovered` TINYINT NOT NULL DEFAULT 0;
COMMIT;

View File

@ -14,4 +14,6 @@ CREATE TABLE IF NOT EXISTS `tsesion_filter` (
PRIMARY KEY (`id_filter`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;
ALTER TABLE `talert_template_module_actions` ADD COLUMN `recovered` TINYINT NOT NULL DEFAULT 0;
COMMIT;