From 11af66a2e2fd9581a24061c006362eed7218c295 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Sat, 23 Nov 2024 13:48:40 -0500 Subject: [PATCH] feat!: make `results` column nullable --- UPGRADE.md | 3 +++ config/doctrine/mapping/ProcessedMessage.orm.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index cd80f0b..62c8f70 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -46,3 +46,6 @@ * `Snapshot::averageWaitTime()` now returns milliseconds instead of seconds. * `Snapshot::averageHandlingTime()` now returns milliseconds instead of seconds. * `Snapshot::averageProcessingTime()` now returns milliseconds instead of seconds. +* The `results` column in the `processed_messages` table is now nullable. Create + a migration to capture this change. This is to allow for a future feature where + result processing/storage can be disabled. diff --git a/config/doctrine/mapping/ProcessedMessage.orm.xml b/config/doctrine/mapping/ProcessedMessage.orm.xml index fac2a6f..c116a22 100644 --- a/config/doctrine/mapping/ProcessedMessage.orm.xml +++ b/config/doctrine/mapping/ProcessedMessage.orm.xml @@ -18,6 +18,6 @@ - +