From f7467345ca4e45c82ce3f3e54542ecc451263db8 Mon Sep 17 00:00:00 2001 From: Sven Panne Date: Wed, 14 Aug 2024 14:05:24 +0200 Subject: [PATCH] 16120 FIX Fixed value of dowtimes:is_pending column The value of the "is_pending" column in the "downtimes" Livestatus table was inverted, which was a regression since 2.2. This has been fixed. Change-Id: I556f00e2a08db5db97d2b3921ddaca857229026e --- .werks/16120.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .werks/16120.md diff --git a/.werks/16120.md b/.werks/16120.md new file mode 100644 index 00000000000..11364eb31f7 --- /dev/null +++ b/.werks/16120.md @@ -0,0 +1,15 @@ +[//]: # (werk v2) +# Fixed value of dowtimes:is_pending column + +key | value +---------- | --- +date | 2024-08-14T12:04:03+00:00 +version | 2.3.0p13 +class | fix +edition | cre +component | livestatus +level | 1 +compatible | yes + +The value of the "is_pending" column in the "downtimes" Livestatus table was +inverted, which was a regression since 2.2. This has been fixed.