From 33439620bd1f3e8a479d198b20c8b4ef690ce57d Mon Sep 17 00:00:00 2001 From: Roberto Dip Date: Tue, 11 Jun 2024 15:18:11 -0300 Subject: [PATCH] Add missing changes file for #19500 (#19655) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I added this but forgot to commit it 🤦 --- changes/19500-scripts-cleanup | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/19500-scripts-cleanup diff --git a/changes/19500-scripts-cleanup b/changes/19500-scripts-cleanup new file mode 100644 index 0000000000..f0a365adf7 --- /dev/null +++ b/changes/19500-scripts-cleanup @@ -0,0 +1 @@ +* Fixed a bug that prevented unused script contents to be periodically cleaned up from the database.